Skip to content
Zed

aidc mcp server for Zed

io.github.aidc2026ai-melon/aidc-mcp-server

AIDC MCP for OPR/BOD sizing, validation, and rackPlan layout from the shared 3D graph.

client:Zed transport:stdio runtime:npm

Install aidc mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aidc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aidc-mcp-server"
      ]
    }
  }
}

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

aidc mcp server in other clients