Skip to content
Windsurf

codex tldraw mcp for Windsurf

io.github.jananadiw/codex-tldraw-mcp

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

client:Windsurf transport:stdio runtime:npm

Install codex tldraw mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codex-tldraw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codex-tldraw-mcp"
      ],
      "env": {
        "TLDRAW_MCP_ALLOWED_ROOTS": "<TLDRAW_MCP_ALLOWED_ROOTS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

codex tldraw mcp in other clients