Skip to content
Zed

mcp dashboards for Zed

io.github.kyurish/mcp-dashboards

45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation

client:Zed transport:stdio runtime:npm

Install mcp dashboards in Zed

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

{
  "context_servers": {
    "mcp-dashboards": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dashboards"
      ]
    }
  }
}

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

mcp dashboards in other clients