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

tool-server:mcp-dagster

Structured · live

Dagster MCP Server json

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

File · extensions/tool-servers/mcp-data-serverless.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-dagster",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-data-serverless.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Dagster MCP Server",
    "description": "MCP server for interacting with Dagster data orchestration instances via AI agents.\nEnables agents to explore pipelines, monitor asset materializations, query run history,\nmanage schedules and sensors, and trigger backfills through the Dagster GraphQL API.\n",
    "protocol": "mcp",
    "category": "data-engineering",
    "repoUrl": "https://github.com/kyryl-opens-ml/mcp-server-dagster",
    "npmPackage": "mcp-server-dagster",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-dagster",
      "to": "tool:dagster",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-dagster",
      "to": "domain:data-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}