dagster-mono-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CF_ACCESS_CLIENT_ID | No | Cloudflare Access Client ID (required if the Dagster instance is behind Cloudflare Access). | |
| DAGSTER_GRAPHQL_URL | No | The Dagster GraphQL URL endpoint. | http://localhost:3000/graphql |
| CF_ACCESS_CLIENT_SECRET | No | Cloudflare Access Client Secret (required if the Dagster instance is behind Cloudflare Access). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dagsterC | Dagster runs & debugging. Actions: runs, run, logs, graphql, help {"action": "runs"} -> recent runs {"action": "runs", "status": "FAILURE"} -> failed runs {"action": "run", "id": "abc123"} -> run details {"action": "logs", "id": "abc123"} -> run logs {"action": "graphql", "query": "{ version }"} -> raw GraphQL {"action": "help"} -> full documentation |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pjatx/dagster-mono-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server