MCP.so
登录

heroku-mcp-server

@heroku

关于 heroku-mcp-server

Heroku Platform MCP Server using the Heroku CLI

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

heroku

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "heroku": {
      "command": "npx",
      "args": [
        "-y",
        "@heroku/mcp-server"
      ],
      "env": {
        "HEROKU_API_KEY": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is heroku-mcp-server?

The Heroku Platform MCP Server is a Model Context Protocol (MCP) implementation that enables large language models (LLMs) to read, manage, and operate Heroku Platform resources through natural language. It works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces, and is intended for developers and teams who want to interact with Heroku via conversational AI.

How to use heroku-mcp-server?

Install the Heroku CLI (version 10.8.1 or higher). Then launch the server either with heroku mcp:start (recommended, uses existing CLI authentication) or with npx -y @heroku/mcp-server after setting the HEROKU_API_KEY environment variable. Configure your MCP client (Claude Desktop, Zed, Cursor, Windsurf, Cline, VS Code, or Trae) with one of the provided command examples.

Key features of heroku-mcp-server

  • Manage apps: list, create, rename, transfer, deploy with app.json
  • Scale, restart, and resize dynos
  • Provision and inspect add-ons
  • Toggle maintenance mode and view logs
  • Create, promote, and list pipelines
  • List teams and private spaces
  • Execute SQL and manage PostgreSQL databases (pg_psql, pg_info, pg_locks, etc.)
  • Authenticate via Heroku CLI session or API key

Use cases of heroku-mcp-server

  • Deploy and monitor Heroku apps using natural language
  • Scale dynos and troubleshoot performance without leaving the LLM interface
  • Manage PostgreSQL databases: run queries, view locks, kill processes
  • Automate pipeline promotions and team/space management
  • Integrate Heroku resource management into chat-based developer workflows

FAQ from heroku-mcp-server

What prerequisites are needed?

Heroku CLI version 10.8.1 or higher must be installed globally on your system.

How do I authenticate the server?

You can use heroku mcp:start to authenticate with your existing Heroku CLI session, or set the HEROKU_API_KEY environment variable with a Heroku authorization token when using npx -y @heroku/mcp-server.

Which MCP clients are supported?

Claude Desktop, Zed, Cursor, Windsurf, Cline, VS Code, and Trae are explicitly supported with configuration examples in the README.

What Heroku runtimes are supported?

The server works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces.

Is the server stable?

It is currently in early development; functionality and available tools may evolve.

评论

其他 分类下的更多 MCP 服务器