iiRecord
Agentic AI Atlas · Heroku MCP Server
tool-server:mcp-herokua5c.ai
II.
ToolServer JSON

tool-server:mcp-heroku

Structured · live

Heroku MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-cloud-devops.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-heroku",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-cloud-devops.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Heroku MCP Server",
    "description": "MCP server providing access to the Heroku platform.\nEnables AI agents to manage apps, dynos, add-ons, config vars,\nand deploy code to Heroku with Salesforce Agentforce integration.\n",
    "protocol": "mcp",
    "category": "cloud",
    "repoUrl": "https://github.com/heroku/heroku-mcp-server",
    "maintainer": "Heroku",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-heroku",
      "to": "platform:heroku",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-heroku",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-heroku",
      "to": "domain:platform-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}