II.
ToolServer JSON
Structured · livetool-server:mcp-dagger
Dagger MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-dagger",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-platforms.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Dagger MCP Server",
"description": "Built-in MCP server capability in the Dagger CLI that exposes any Dagger\nmodule from the Daggerverse or a Git repository as a native MCP server.\nEnables AI agents to invoke typed pipeline functions as MCP tools.\n",
"protocol": "mcp",
"category": "ci",
"repoUrl": "https://github.com/dagger/dagger",
"maintainer": "Dagger",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-dagger",
"to": "tool:dagger",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-dagger",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}