Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Weishaupt WEM Portal in other clients