Skip to content
Zed

DWG MCP Server for Zed

io.github.dimitrovakulenko/dwg-mcp-server

Read-only DWG file access for AI clients through MCP.

client:Zed transport:stdio runtime:npm

Install DWG MCP Server 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": {
    "dwg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dmytro-prototypes/dwg-mcp-server"
      ],
      "env": {
        "DWG_MCP_ALLOWED_ROOTS": "<DWG_MCP_ALLOWED_ROOTS>"
      }
    }
  }
}

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

DWG MCP Server in other clients