Skip to content
Zed

chart canvas for Zed

io.github.gluip/chart-canvas

Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)

client:Zed transport:stdio runtime:npm

Install chart canvas in Zed

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

{
  "context_servers": {
    "chart-canvas": {
      "command": "npx",
      "args": [
        "-y",
        "@gluip/chart-canvas-mcp"
      ]
    }
  }
}

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

chart canvas in other clients