Skip to main content
Glama
fabdendev

dagster-mcp

by fabdendev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DAGSTER_URLNoBase URL of your Dagster instance. Default is http://localhost:3000.
DAGSTER_ENVSNoJSON object mapping env names to {url, token?, extra_headers?} configs. When set, DAGSTER_URL/DAGSTER_API_TOKEN/DAGSTER_EXTRA_HEADERS are ignored.
DAGSTER_API_TOKENNoDagster Cloud API token (leave empty for self-hosted).
DAGSTER_READ_ONLYNoWhen true, only read tools are exposed (no launch/terminate/reload). Set to false to enable write operations.
DAGSTER_DEFAULT_ENVNoEnv name to use when env is not passed to a tool (only used with DAGSTER_ENVS).
DAGSTER_EXTRA_HEADERSNoJSON 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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