Skip to content
Zed

aiseg2 mcp for Zed

io.github.chanyou0311/aiseg2-mcp

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

client:Zed transport:stdio runtime:pypi

Install aiseg2 mcp 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": {
    "aiseg2-mcp": {
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<AISEG_URL>",
        "AISEG_PASSWORD": "<AISEG_PASSWORD>"
      }
    }
  }
}

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

aiseg2 mcp in other clients