Redash MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDASH_URLYesYour Redash instance URL (e.g., https://redash.example.com)
REDASH_API_KEYYesYour Redash API key
REDASH_TIMEOUTNoTimeout for API requests in milliseconds30000
REDASH_MAX_RESULTSNoMaximum number of results to return1000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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