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

tool-server:mcp-backstage

Structured · live

Backstage MCP Server json

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

File · extensions/tool-servers/mcp-iac-platform.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-backstage",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-iac-platform.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Backstage MCP Server",
    "description": "MCP server that exposes the Backstage Software Catalog API as LLM tools.\nEnables AI agents to query catalog entities, component ownership, API specs,\nand scaffolder templates from developer portals powered by Backstage.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/Coderrob/backstage-mcp-server",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-backstage",
      "to": "tool:backstage",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-backstage",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-backstage",
      "to": "domain:platform-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}