Heroku
Summary
Heroku's official MCP server — manage apps, dynos, add-ons, config, and logs from an AI client.
Features
- List and manage apps, dynos, and add-ons
- Read logs and run one-off commands
- Manage config vars and Postgres databases
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Heroku's official MCP server lets an assistant operate a Heroku account through the platform API.
What it covers
- Applications — list, inspect, create, and configure apps across teams and spaces
- Dynos — scale, restart, and inspect process formations
- Logs — read application and platform logs, which is what makes debugging a production issue conversational
- Config vars — read and update environment configuration
- Add-ons — provision, inspect, and manage attached services
- Postgres — run queries, inspect database health, and manage backups
- One-off commands — run a task dyno for migrations or maintenance scripts
Where it helps
The common operational loop — something is wrong, read the logs, check config, restart or scale, verify — collapses into a single conversation instead of a sequence of CLI invocations you half-remember.
Caution
The API key grants whatever your account can do, including scaling and destroying apps. Use a key scoped appropriately, and be specific about which app you are talking about.
Runs with npx -y @heroku/mcp-server.
Related MCP Servers
DigitalOcean
by DigitalOcean
DigitalOcean's official MCP server — deploy apps and manage Droplets, databases, and storage conversationally.
AWS Labs MCP
by AWS Labs
AWS Labs' core MCP server — the entry point to AWS's official collection of service-specific MCP servers.
Azure
by Microsoft
Microsoft's official Azure MCP server — manage cloud resources and query monitoring data conversationally.

Kubernetes MCP Server
by containers (Red Hat)
Native Go MCP server for Kubernetes and OpenShift — talks to the API server directly, no kubectl required.