DecisionGraph MCP Server
by hieuchaydi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SE_URL | No | Legacy fallback for DECISIONGRAPH_GITHUB_BASE_URL | |
| GROQ_MODELS | No | Groq model names | |
| GROQ_API_KEY | No | Groq API key for model integration | |
| DECISIONGRAPH_ENV | No | Environment mode (development or production) | |
| DECISIONGRAPH_API_TOKEN | No | Optional API token for x-api-key header | |
| DECISIONGRAPH_DATA_PATH | No | Path to decision data store file | |
| DECISIONGRAPH_CORS_ORIGINS | No | Comma-separated CORS origins | |
| DECISIONGRAPH_GITHUB_TOKEN | No | GitHub token for ingestion | |
| DECISIONGRAPH_AUTO_SEED_DEMO | No | Auto seed demo data at serve startup | |
| DECISIONGRAPH_GITHUB_BASE_URL | No | GitHub API base URL | |
| DECISIONGRAPH_GOVERNANCE_MODE | No | Governance policy mode (off, warn, strict) | |
| DECISIONGRAPH_ALERT_WEBHOOK_URL | No | Default watcher webhook | |
| DECISIONGRAPH_ALERT_SLACK_WEBHOOK | No | Slack-specific watcher webhook | |
| DECISIONGRAPH_ALERT_TEAMS_WEBHOOK | No | Teams-specific watcher webhook | |
| DECISIONGRAPH_AUDIT_LOG_RETENTION | No | Max retained audit events | |
| DECISIONGRAPH_ALERT_DISCORD_WEBHOOK | No | Discord-specific watcher webhook | |
| DECISIONGRAPH_RATE_LIMIT_PER_MINUTE | No | Per-client rate limit (0 disables) | |
| DECISIONGRAPH_GOVERNANCE_REQUIRED_FIELDS | No | Comma-separated required fields when governance enabled | |
| DECISIONGRAPH_REQUIRE_TOKEN_IN_PRODUCTION | No | If true, blocks startup in production without token |
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/hieuchaydi/DecisionGraph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server