II.
ToolServer JSON
Structured · livetool-server:mcp-docker
MCP Docker json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-docker",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Docker",
"description": "MCP server providing Docker container management. Enables AI agents to list, run, stop, and exec into containers, view logs, manage images, and trigger builds. Supports stdio transport.",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/docker/docker-mcp",
"maintainer": "Docker",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:docker.ps",
"tool-descriptor:docker.run",
"tool-descriptor:docker.logs",
"tool-descriptor:docker.images",
"tool-descriptor:docker.build",
"tool-descriptor:docker.stop",
"tool-descriptor:docker.exec"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.ps",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.run",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.logs",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.images",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.build",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.stop",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.exec",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-docker",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "capability:requires-tool-approval",
"kind": "supports",
"attributes": {
"versionRange": "current",
"level": "full",
"notes": "Container lifecycle calls; clients should gate on approval."
}
},
{
"from": "tool-server:mcp-docker",
"to": "tool:docker",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "tool:docker-compose",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-docker",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:docker.ps",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.run",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.logs",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.images",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.build",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.stop",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:docker.exec",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:mcp-docker.scope",
"to": "tool-server:mcp-docker",
"kind": "bounds_subject"
}
]
}