MCP.so
ログイン

heroku-mcp-server

@MCP-Mirror

heroku-mcp-server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

Apache-2.0 license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

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

{
  "mcpServers": {
    "heroku_heroku-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@heroku/heroku-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

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

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

概要

What is heroku-mcp-server?

The Heroku Platform MCP Server is a specialized Model Context Protocol (MCP) implementation that enables large language models (LLMs) to interact with the Heroku Platform via natural language. It works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces.

How to use heroku-mcp-server?

Install with npx -y @heroku/mcp-server, generate a Heroku authorization token, and set it as the HEROKU_API_KEY environment variable. Add the server configuration to your client’s JSON settings (Claude Desktop, Zed, Cursor, Windsurf, Cline, VS Code, or Trae) using the provided snippets.

Key features of heroku-mcp-server

  • Direct interaction with Heroku Platform resources through LLM-driven tools.
  • Secure, authenticated access using Heroku CLI tokens.
  • Natural language interface for Heroku Platform operations.
  • Tools for app, dyno, add‑on, pipeline, PostgreSQL, team, and space management.
  • Over 30 tools covering deployment, scaling, logs, maintenance, and more.
  • Currently in early development – functionality may evolve.

Use cases of heroku-mcp-server

FAQ from heroku-mcp-server

How do I authenticate with heroku-mcp-server?

Generate a Heroku authorization token using heroku authorizations:create or heroku auth:token, or create one in the Heroku Dashboard under Account Settings > Applications > Authorizations. Set the token as the HEROKU_API_KEY environment variable.

What clients does heroku-mcp-server support?

It explicitly supports Claude Desktop, Zed, Cursor, Windsurf, Cline, VS Code, and Trae, each with a specific JSON configuration snippet.

What Heroku runtime environments are supported?

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

Is heroku-mcp-server stable?

No, it is in early development and the

コメント

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