Heroku
Created 6 months ago
The Heroku Platform MCP Server facilitates interaction between large language models and the Heroku Platform.
development
location
documentation
public
What is Heroku?
Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, databases, and more.
Documentation
Prerequisites
- Heroku CLI must be installed globally on your system, version 10.8.1 or higher.
- Install or upgrade the Heroku CLI
Deploy on Heroku
Configure the Heroku Platform MCP Server
You can configure Claude Desktop, Zed, Cursor, Windsurf, and other clients to work with the Heroku Platform MCP Server.
Configure with heroku mcp:start
Use heroku mcp:start to launch the Heroku Platform MCP Server. This method leverages your existing Heroku CLI authentication.
Example configuration for Claude Desktop
{
"mcpServers": {
"heroku": {
"command": "heroku mcp:start"
}
}
}
Available Tools
list_apps: List all Heroku apps.get_app_info: Get detailed information about an app.create_app: Create a new app.deploy_to_heroku: Deploy projects to Heroku.
Debugging
You can use the MCP inspector or the VS Code Run and Debug function to run and debug the server.
Server Config
{
"mcpServers": {
"heroku-server": {
"command": "npx",
"args": [
"heroku"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Heroku
Category:
official
License:
MIT
Tags:
development
location
documentation