
Heroku Code MCP
Search and run Heroku Platform API operations from your agent when scaling, configuring, or debugging apps on Heroku without memorizing every endpoint.
Overview
Heroku Code MCP is an Operate-phase MCP server that searches and executes Heroku Platform API operations for agent-driven platform management.
What is this MCP server?
- stdio MCP package (mcpb) v0.1.0 for local agent attachment
- Search and execute Heroku Platform API operations from natural-language requests
- Official Heroku mark branding in registry metadata
- GitHub-hosted dsouzaAnush/heroku-code-mcp with reproducible release hash on mcpb bundle
- Published package version 0.1.0
- Transport: stdio via mcpb identifier on GitHub releases
- Registry schema server version 0.1.0
Community signal: 1 GitHub stars.
What problem does it solve?
Indie devs on Heroku lose time translating “fix my dyno” into the right Platform API calls while the agent could run them if Heroku were an MCP tool surface.
Who is it for?
Solo builders operating Heroku-hosted apps who want agent-assisted API exploration and execution during incidents or config tweaks.
Skip if: Teams on other clouds only, or anyone who needs a full Heroku CLI replacement without API credentials and local MCP setup.
What do I get? / Deliverables
Once the stdio MCP server is installed, Heroku platform changes and lookups become structured tool invocations from your coding agent.
- Agent-searchable Heroku Platform API operation execution
- Faster infra lookups and changes without leaving the IDE chat
- Repeatable local MCP attachment via published mcpb v0.1.0
Recommended MCP Servers
Journey fit
How it compares
Heroku Platform API MCP, not a generic PaaS deploy skill or Dockerfile generator.
Common Questions / FAQ
Who is Heroku Code MCP for?
It is for developers who run apps on Heroku and use Claude Code, Cursor, or similar agents to query and change platform resources via the Heroku Platform API.
When should I use Heroku Code MCP?
Use it in operate and infra workflows when you need to inspect or adjust Heroku apps, dynos, or related API resources from the agent during debugging or maintenance.
How do I add Heroku Code MCP to my agent?
Install the v0.1.0 mcpb release from the GitHub repo, wire the stdio MCP server entry in your client config, provide Heroku API authentication per your setup, then restart the client.