II.
ToolServer JSON
Structured · livetool-server:mcp-bazel
Bazel MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-bazel",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Bazel MCP Server",
"description": "MCP server providing access to the Bazel build system.\nEnables AI agents to query build targets, run builds and tests,\ninspect the dependency graph, and analyze build rules.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/nicepkg/bazel-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-bazel",
"to": "tool:bazel",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-bazel",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-bazel",
"to": "domain:systems-programming",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}