rakeshgangwar/redash-mcp-server
If you are the rightful owner of redash-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Redash MCP Server is a Model Context Protocol server designed to integrate with Redash, enabling efficient data querying, dashboard management, and data source handling.
Tools
Functions exposed to the LLM to take actions
list_queries
List all queries with pagination and search.
get_query
Get a specific query by ID.
create_query
Create a new query.
update_query
Update an existing query.
execute_query
Execute a query and get results.
list_dashboards
List all dashboards.
get_dashboard
Get dashboard by ID or slug.
create_dashboard
Create a new dashboard.
update_dashboard
Update dashboard properties.
list_data_sources
List all data sources.
get_data_source
Get specific data source.
create_data_source
Create a new data source.
update_data_source
Update data source configuration.
delete_data_source
Delete a data source.
test_data_source
Test data source connection.
list_users
List all users.
get_current_user
Get current authenticated user info.
get_users_summary
Get user statistics.
health_check
Check Redash instance health.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client