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
{
"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