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
{
"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