Skip to content
Zed

MCP Superset for Zed

io.github.bintocher/mcp-superset

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

client:Zed transport:stdio runtime:pypi

Install MCP Superset in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Superset in other clients