dagster-mcp
by fabdendev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DAGSTER_URL | No | Base URL of your Dagster instance. Default is http://localhost:3000. | |
| DAGSTER_ENVS | No | JSON object mapping env names to {url, token?, extra_headers?} configs. When set, DAGSTER_URL/DAGSTER_API_TOKEN/DAGSTER_EXTRA_HEADERS are ignored. | |
| DAGSTER_API_TOKEN | No | Dagster Cloud API token (leave empty for self-hosted). | |
| DAGSTER_READ_ONLY | No | When true, only read tools are exposed (no launch/terminate/reload). Set to false to enable write operations. | |
| DAGSTER_DEFAULT_ENV | No | Env name to use when env is not passed to a tool (only used with DAGSTER_ENVS). | |
| DAGSTER_EXTRA_HEADERS | No | JSON object of additional request headers sent to Dagster GraphQL. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/fabdendev/dagster-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server