MCP.so
ログイン

heroku-mcp-server

@andyciggy

heroku-mcp-server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

Apache-2.0 license

ランタイム

node

トランスポート

stdio

公開者

andyciggy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is heroku-mcp-server?

heroku-mcp-server is a Model Context Protocol (MCP) server that enables large language models (LLMs) to read, manage, and operate Heroku Platform resources. It works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces. The server is currently in early development.

How to use heroku-mcp-server?

Install and run via npx (npx -y @heroku/mcp-server) and set the HEROKU_API_KEY environment variable with a Heroku authorization token. Add the server configuration (as shown in the README) to your MCP client (e.g., Claude Desktop, Zed, Cursor, Windsurf, Cline, VSCode, or Trae).

Key features of heroku-mcp-server

  • Direct LLM-driven interaction with Heroku Platform resources
  • Secure, authenticated access via Heroku CLI tokens
  • Natural language interface for Heroku operations
  • Application management (list, create, rename, transfer, deploy)
  • Process and dyno management (list, scale, restart)
  • Add-on provisioning and management
  • Maintenance mode and application logs
  • Pipeline management (create, promote, list, info)
  • PostgreSQL database management (SQL queries, info, backups, upgrade)

Use cases of heroku-mcp-server

  • Deploy and manage Heroku apps using natural language commands
  • Scale dynos and restart processes via an LLM
  • Provision and inspect add-ons
  • Run SQL queries and manage PostgreSQL databases
  • Control maintenance mode and view application logs

FAQ from heroku-mcp-server

How do I authenticate heroku-mcp-server?

Generate a Heroku authorization token via the CLI (heroku authorizations:create or heroku auth:token) or from the Heroku Dashboard (Account Settings > Applications > Authorizations). Use the token as your HEROKU_API_KEY.

What runtime dependencies does heroku-mcp-server require?

It requires Node.js and npx to run the @heroku/mcp-server package. The Heroku CLI is used for token generation but not required at runtime.

Does heroku-mcp-server work with all Heroku runtimes?

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

What transport does heroku-mcp-server use?

It uses stdio transport, as configured in the MCP client snippets.

Is heroku-mcp-server stable?

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

コメント

「その他」の他のコンテンツ