heroku-mcp-server

heroku/heroku-mcp-server
★ 77 stars TypeScript ⚙️ DevOps Updated 12d ago
Heroku Platform MCP Server using the Heroku CLI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "heroku-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "heroku/heroku-mcp-server"
      ]
    }
  }
}