Redash MCP Server
by suthio
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REDASH_URL | Yes | Your Redash instance URL (e.g., https://redash.example.com) | |
REDASH_API_KEY | Yes | Your Redash API key | |
REDASH_TIMEOUT | No | Timeout for API requests in milliseconds | 30000 |
REDASH_MAX_RESULTS | No | Maximum number of results to return | 1000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-queries | List all available queries in Redash |
get-query | Get details of a specific query |
create-query | Create a new query in Redash |
update-query | Update an existing query in Redash |
archive-query | Archive (soft-delete) a query in Redash |
list-data-sources | List all available data sources in Redash |
execute-query | Execute a Redash query and return results |
list-dashboards | List all available dashboards in Redash |
get-dashboard | Get details of a specific dashboard |
get-visualization | Get details of a specific visualization |