Skip to content
Zed

OpenMEP duct sizing for Zed

io.github.samarmstrong/openmep

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

client:Zed transport:stdio runtime:npm

Install OpenMEP duct sizing in Zed

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

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

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

OpenMEP duct sizing in other clients