Heroku MCP
the six Ws · specification
Maintained officially by Heroku (Salesforce).
It lets an agent inspect apps, run commands, manage dynos and add-ons, and view logs on the Heroku platform.
It runs locally as a Node server that wraps the Heroku CLI and Platform API.
An agent reaches for it when deploying to or operating apps hosted on Heroku.
It exposes Heroku app operations to agents without manual CLI use.
Node.js, the Heroku CLI, and an authenticated Heroku API key.
Official vendor maintainer; the API key is account-mutating and can scale, restart, or destroy apps, so scope access carefully. Outbound calls go to Heroku's Platform API.