Skip to content
VS Code

OpenMEP duct sizing for VS Code

io.github.samarmstrong/openmep

Deterministic HVAC duct sizing: size one run or a supply/return network, grade existing sections.

client:VS Code transport:stdio runtime:npm

Install OpenMEP duct sizing in VS Code

.vscode/mcp.json

{
  "servers": {
    "openmep": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openmep/mcp"
      ]
    }
  }
}

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

OpenMEP duct sizing in other clients