Skip to content
Zed

codex tldraw mcp for Zed

io.github.jananadiw/codex-tldraw-mcp

A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.

client:Zed transport:stdio runtime:npm

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

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

codex tldraw mcp in other clients