HomeDevelopment › codex-tldraw-mcp

codex-tldraw-mcp

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

TypeScript
★ 26 stars Last pushed 2026-09-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "codex-tldraw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TLDRAW_MCP_ALLOWED_ROOTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • TLDRAW_MCP_ALLOWED_ROOTS — Optional path-delimited allowlist restricting which repository roots this local filesystem tool can read and write.

Related servers

Data from the Official MCP Registry