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