Cloud & Infrastructure
Heroku MCP
Heroku MCP integrates your AI assistant with the Heroku platform. Create and manage apps, scale dynos, add and configure add-ons, manage Heroku Postgres databases, view logs, and deploy code. Supports pipeline promotions and review app management.
Stars
680
Installs
14.0k
License
ISC
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 680 · catalog
- Freshness: Updated 2026-01-12
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: HEROKU_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"heroku": {
"command": "npx",
"args": ["-y", "@heroku/mcp-server"],
"env": {
"HEROKU_API_KEY": "<your-api-key>"
}
}
}
}