redash-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDASH_URL | Yes | Your Redash instance URL | |
| REDASH_API_KEY | Yes | Your Redash API key | |
| REDASH_TIMEOUT | No | Request timeout in seconds | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| redash_queryC | Manage Redash queries. Actions: list, search, get, create, update, archive, delete, run, adhoc, export, schedule |
| redash_dashboardC | Manage Redash dashboards. Actions: list, get, create, publish, delete |
| redash_widgetA | Manage dashboard widgets. Actions: add, move, delete |
| redash_alertB | Manage Redash alerts. Actions: list, get, create, update, delete |
| redash_vizC | Create visualizations. Types: pie, line, bar, counter |
| redash_data_sourcesB | List all available data sources |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct Redash entity (alert, dashboard, data source, query, viz, widget) with clearly separate purposes, no ambiguity for an agent.
All tools follow a consistent 'redash_<resource>' pattern with snake_case; the slight plural in 'data_sources' does not break the pattern.
6 tools cover the main Redash resources without being overwhelming or too sparse, well-scoped for the domain.
Covers CRUD for alerts, dashboards, queries, and widgets, and lists data sources. Missing update/delete for visualizations is a minor gap.