redash-mcp
by seob717
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDASH_URL | Yes | Redash instance URL (e.g. https://redash.example.com) | |
| REDASH_API_KEY | Yes | Redash user API key | |
| ANTHROPIC_API_KEY | No | If set, BIRD smart_query falls back to Claude Haiku for table selection when keyword scoring fails | |
| REDASH_AUTO_LIMIT | No | Auto-append LIMIT N to queries without one (0 = disabled) | 0 |
| REDASH_SAFETY_MODE | No | SQL safety level: off / warn / strict | warn |
| REDASH_BIRD_ENABLED | No | Set to false to disable BIRD smart query tools | true |
| REDASH_MCP_CACHE_TTL | No | MCP query cache TTL in seconds (0 = disabled) | 300 |
| REDASH_MCP_CONFIG_DIR | No | Directory for BIRD few-shot, feedback, eval, keyword-map data | ~/.redash-mcp |
| REDASH_DEFAULT_MAX_AGE | No | Redash cache TTL in seconds | 0 |
| REDASH_MCP_CACHE_MAX_MB | No | Max memory for MCP query cache in MB | 50 |
| REDASH_HTTP_TIMEOUT_SECS | No | Per-request HTTP timeout against the Redash API | 30 |
| REDASH_SAFETY_DISABLE_PII | No | Disable PII detection | false |
| REDASH_SAFETY_DISABLE_COST | No | Disable cost warnings | false |
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/seob717/redash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server