Skip to main content
Glama
pjatx
by pjatx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CF_ACCESS_CLIENT_IDNoCloudflare Access Client ID (required if the Dagster instance is behind Cloudflare Access).
DAGSTER_GRAPHQL_URLNoThe Dagster GraphQL URL endpoint.http://localhost:3000/graphql
CF_ACCESS_CLIENT_SECRETNoCloudflare Access Client Secret (required if the Dagster instance is behind Cloudflare Access).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/pjatx/dagster-mono-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server