MCP server

Heroku
MCPOfficial Heroku MCP. Apps and pipelines.
@heroku/mcp-server. The same platform API the CLI uses.
latest·Apache-2.0·Updated this quarter·github.com/heroku/heroku-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"heroku": {
"command": "npx",
"args": [
"-y",
"@heroku/mcp-server"
],
"env": {
"HEROKU_API_KEY": "…"
}
}
}
}By Heroku
Spec
What the server actually exposes.
list_apps
readApps in the team.
logs
readRecent logs.
releases
readRelease history.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
heroku-mcp.mcp/tools
Tools
- read
list_apps
Apps in the team.
- read
logs
Recent logs.
- read
releases
Release history.
Last call
{ "ok": true,
"tool": "list_apps",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
