MCP.so
Sign In

heroku-mcp-server

@MCP-Mirror

About heroku-mcp-server

Mirror of

Basic information

Category

Other

License

Apache-2.0 license

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers