Automate Heroku app deployments and scaling
mcp-servermcp_serversetup L2★0
heroku/heroku-mcp-server ↗What it does
Manage Heroku apps: deploy, scale, config vars, logs, addons
Best for
Platform engineers automating Heroku app lifecycle (deploy, scale, config) via AI agents.
Inputs
- · app name
- · dyno type and quantity (web, worker, etc)
- · config var key=value pairs
- · Procfile for app type
Outputs
- · deployment confirmation
- · release info (version, created at)
- · dyno scaling status
- · app logs stream
Requires
- · Heroku CLI v10.8.1+
- · Heroku auth token (from heroku auth:token)
Preconditions
- · Heroku CLI installed globally
- · Logged in to Heroku (heroku login)
- · Account with Heroku apps
Failure modes
- · Heroku CLI not found if not installed
- · Auth token expired (requires re-login)
- · Rate limiting on app deploys (5/min per account)
- · Dyno type unavailable in some regions
Trust signals
- · Official Heroku MCP server
- · Deploy-on-Heroku button in README
- · Support for Common Runtime, Cedar Private, Shield/Fir Spaces