Skip to content
Cline

redash mcp for Cline

io.github.seob717/redash-mcp

Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

client:Cline transport:stdio runtime:npm

Install redash mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp"
      ],
      "env": {
        "REDASH_URL": "<REDASH_URL>",
        "REDASH_API_KEY": "<REDASH_API_KEY>",
        "REDASH_SAFETY_MODE": "<REDASH_SAFETY_MODE>",
        "REDASH_SAFETY_DISABLE_PII": "<REDASH_SAFETY_DISABLE_PII>",
        "REDASH_SAFETY_DISABLE_COST": "<REDASH_SAFETY_DISABLE_COST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

redash mcp in other clients