II.
ToolServer JSON
Structured · livetool-server:mcp-typeorm
TypeORM MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}