Skip to content
Gemini CLI

MCP Superset for Gemini CLI

io.github.bintocher/mcp-superset

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Superset in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-superset": {
      "command": "uvx",
      "args": [
        "mcp-superset"
      ],
      "env": {
        "SUPERSET_BASE_URL": "<SUPERSET_BASE_URL>",
        "SUPERSET_USERNAME": "<SUPERSET_USERNAME>",
        "SUPERSET_PASSWORD": "<SUPERSET_PASSWORD>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Superset in other clients