Skip to content
VS Code

aidc mcp server for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install aidc mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "aidc-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aidc-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aidc mcp server in other clients