A server implementation of the Model Context Protocol (MCP) for Heroku, allowing integration between MCP clients and Heroku services.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List all Heroku apps. You can filter apps by personal, collaborator, team, or space.
Get detailed information about an app, including its configuration, dynos, and add-ons.
Create a new app with customizable settings for region, team, and space.
Rename an existing app.
Transfer ownership of an app to another user or team.
Deploy projects to Heroku with an `app.json` configuration, supporting team deployments, private spaces, and environment setups.
Execute code or commands in a sandboxed environment on a Heroku one-off dyno. Supports file creation, network access, environment variables, and automatic cleanup. Ideal for running scripts, tests, or temporary workloads.
List all dynos for an app.
Scale the number of dynos up or down, or resize dynos.
Restart specific dynos, process types, or all dynos.
List all add-ons for all apps or for a specific app.
Get detailed information about a specific add-on.
Provision a new add-on for an app.
Enable maintenance mode for an app.
Disable maintenance mode for an app.
View application logs.
Create a new pipeline.
Promote apps to the next stage in a pipeline.
List available pipelines.
Get detailed pipeline information.
List teams you belong to.
List available spaces.
Execute SQL queries against the Heroku PostgreSQL database.
Display detailed database information.
View active queries and execution details.
View database locks and identify blocking transactions.
Identify resource-intensive queries.
Manage database credentials and access.
Terminate specific database processes.
Show database maintenance information.
Manage database backups and schedules.
Upgrade PostgreSQL to a newer version.