heroku-mcp.md

Heroku MCP

from"heroku"
650

Interact with Heroku Platform for managing apps, add-ons, dynos

Cloud Platforms
HerokuPaaSdeploymentapps
install.sh
# Clone the repository
$git clone https://github.com/heroku/heroku-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve