Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDASH_URLYesRedash server URL, e.g. http://redash
REDASH_API_KEYYesDefault API key for Redash (required for stdio; can be overridden via X-REDASH-API-KEY header in HTTP mode)
REDASH_TIMEOUTNoHTTP timeout in seconds30
REDASH_MAX_ROWSNoMaximum number of rows returned1000
REDASH_MCP_HOSTNoHost address for HTTP transport127.0.0.1
REDASH_MCP_PORTNoPort for HTTP transport8000
REDASH_POLL_TIMEOUTNoMaximum wait time for job polling in seconds60
REDASH_MCP_TRANSPORTNoTransport mode: stdio or streamable-httpstdio
REDASH_MCP_ALLOWED_HOSTSNoComma-separated allowed Host header values for DNS rebinding protection, e.g. redash-mcp:*

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_queriesB

クエリ一覧・検索。qで全文検索、page/page_sizeでページング。

get_queryC

指定IDのクエリ詳細(api_keyは秘匿済み)。

execute_queryB

保存済みクエリを実行し行データを返す。max_age=0でキャッシュ回避。

list_data_sourcesC

データソース一覧。

get_data_source_schemaC

データソースのスキーマ(テーブル・カラム)。

list_dashboardsC

ダッシュボード一覧・検索。

get_dashboardC

ダッシュボード1件(id または slug)。ウィジェット構成を含む。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/oceandepthz/redash-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server