iiRecord
Agentic AI Atlas · Dagger MCP Server
tool-server:mcp-daggera5c.ai
II.
ToolServer JSON

tool-server:mcp-dagger

Structured · live

Dagger MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-dev-platforms.yamlCluster · extensions
Record JSON
{
  "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": []
}