---
title: "Heroku MCP Server for ToolPiper · ModelPiper"
description: "Manage Heroku apps, dynos, add-ons, and config from chat. Heroku's official MCP server lets the assistant operate your apps through the Platform API: list apps, read config and add-ons, inspect and scale dynos, run one-o"
canonical: "https://modelpiper.com/mcp-tools/heroku"
---

# Heroku MCP Server for ToolPiper · ModelPiper

> Manage Heroku apps, dynos, add-ons, and config from chat. Heroku's official MCP server lets the assistant operate your apps through the Platform API: list apps, read config and add-ons, inspect and scale dynos, run one-o

H

# Heroku MCP Server

✓ verified

Manage Heroku apps, dynos, add-ons, and config from chat.

Install Heroku in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/heroku/heroku-mcp-server)

Publisher

[Heroku](https://github.com/heroku/heroku-mcp-server)

License

Apache-2.0

Transport

Local subprocess

Tools

5

## What this server does

Heroku's official MCP server lets the assistant operate your apps through the Platform API: list apps, read config and add-ons, inspect and scale dynos, run one-off commands, and tail logs. During a deploy or an incident the model can check what is running, read the logs, and scale a process type without you switching to the CLI. The API token scopes what it can do, so a token from a least-privilege account keeps the surface bounded. Pair it with a logs question and the model can tell you why a release is unhealthy.

## Tools included

-   list\_apps
    
    List your Heroku apps.
    
-   get\_app\_info
    
    Read details and config for an app.
    
-   list\_dynos
    
    List the dynos running for an app.
    
-   scale\_dyno
    
    Scale a process type up or down.
    
-   view\_logs
    
    Stream recent app logs.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Heroku in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

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

Copy

## Example prompts

-   "List my Heroku apps and which ones have web dynos running."
    
    Copy
-   "Show the last 200 log lines for the api app and flag any errors."
    
    Copy
-   "Scale the worker dynos on staging-api up to two."
    
    Copy

## Security notes

The API token can read and change your apps, including scaling dynos and reading config vars that often hold other services' secrets. Treat it as a high-value credential, scope it to a least-privilege account, and rotate it from the account dashboard if it leaks. Config vars returned by get\_app\_info may expose downstream credentials, so be careful what you echo into chat.

## Related tools

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
