II.
ToolServer JSON
Structured · livetool-server:mcp-mysql
MySQL MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-mysql",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-databases.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MySQL MCP Server",
"description": "MCP server providing access to MySQL databases.\nEnables AI agents to inspect schemas, list tables, and execute\nread-only or read-write SQL queries against MySQL instances.\n",
"protocol": "mcp",
"category": "database",
"repoUrl": "https://github.com/benborla/mcp-server-mysql",
"npmPackage": "@benborla29/mcp-server-mysql",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-mysql",
"to": "stack-part:managed-mysql",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-mysql",
"to": "stack-part:relational-database",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-mysql",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}