MCP server
Heroku Platform MCP Server
Drive Heroku apps, dynos, add-ons and Postgres through the Heroku CLI.
Add it to your client
OfficialInstall
npx -y @heroku/mcp-server
mcpServers
{
"mcpServers": {
"heroku-mcp": {
"command": "npx",
"args": [
"-y",
"@heroku/mcp-server"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 32
- License
- Apache-2.0
- Stars
- 81
Tools
list_appscreate_appdeploy_to_herokups_scaleget_app_logspipelines_promotepg_psql
This server wraps the Heroku CLI instead of calling the platform API directly, so it inherits the authentication and permissions the CLI already has rather than opening a second access path. Its 32 tools cover the app lifecycle, dyno scaling and restarts, add-on provisioning, pipeline promotion and maintenance mode. A separate group targets Heroku Postgres: running SQL, listing active queries and locks, finding expensive statements and managing backups.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Salesforce DX MCP Server
MCP serverSalesforce CLI team's MCP server for querying orgs and shipping metadata.
Developer ToolsCRM & Sales
Comments(0)
Sign in to comment