II.
ToolServer JSON
Structured · livetool-server:mcp-dagster
Dagster MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}