Heroku
OfficialRead, manage, and operate Heroku Platform resources
Provider:Salesforce
Category:Infrastructure
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"heroku": {
"command": "npx",
"args": [
"-y",
"heroku-mcp"
],
"env": {
"HEROKU_API_KEY": "<your-heroku-api-key>"
}
}
}
}