Skip to content
Zed

chartforge for Zed

io.github.crawde/chartforge

MCP server for ChartForge — generate stunning charts and diagrams from natural language

client:Zed transport:stdio runtime:npm

Install chartforge 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": {
    "chartforge": {
      "command": "npx",
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "env": {
        "CHARTFORGE_API_KEY": "<CHARTFORGE_API_KEY>"
      }
    }
  }
}

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

chartforge in other clients