Skip to content
Zed

Excaliwow for Zed

io.github.excaliwow/mcp

Create, read, render, organize, and safely edit persistent Excalidraw diagrams with AI agents.

client:Zed transport:stdio runtime:npm

Install Excaliwow 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": {
      "command": "npx",
      "args": [
        "-y",
        "@excaliwow/mcp"
      ],
      "env": {
        "EXCALIWOW_TOKEN": "<EXCALIWOW_TOKEN>",
        "EXCALIWOW_API_URL": "<EXCALIWOW_API_URL>"
      }
    }
  }
}

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

Excaliwow in other clients