MCP server

Heroku

MCP

Official 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

    read

    Apps in the team.

  • logs

    read

    Recent logs.

  • releases

    read

    Release history.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

heroku-mcp.mcp/tools

Tools

  • list_apps

    Apps in the team.

    read
  • logs

    Recent logs.

    read
  • releases

    Release history.

    read

Last call

{ "ok": true,
  "tool": "list_apps",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.