Weishaupt WEM Portal for Zed
io.github.disane87/weishaupt-wem-mcp-server
Control and monitor Weishaupt heating systems via the WEM Portal
client:Zed
transport:stdio
runtime:npm
Install Weishaupt WEM Portal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weishaupt-wem-mcp-server": {
"command": "npx",
"args": [
"-y",
"@disane-dev/weishaupt-wem-mcp-server"
],
"env": {
"WEM_USERNAME": "<WEM_USERNAME>",
"WEM_PASSWORD": "<WEM_PASSWORD>",
"WEM_API_URL": "<WEM_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs