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

tool-server:mcp-typeorm

Structured · live

TypeORM MCP Server json

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

File · extensions/tool-servers/mcp-libraries-extended.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-typeorm",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-libraries-extended.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "TypeORM MCP Server",
    "description": "MCP server for TypeORM-managed databases that exposes entity metadata,\nmigration status, and query execution to AI agents, supporting multiple\ndatabase backends through TypeORM's unified API.\n",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/typeorm/typeorm",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-typeorm",
      "to": "library:typeorm",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-typeorm",
      "to": "stack-part:relational-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-typeorm",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}