MCP Server
MCP
io.github.chanyou0311/aiseg2-mcp
Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.
Install
uvx aiseg2-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aiseg2-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AiSEG2 base URL, e.g. http://192.168.0.216 (http only).",
"isRequired": true,
"name": "AISEG_URL"
},
{
"description": "HTTP Digest password for the AiSEG2 web UI.",
"isRequired": true,
"isSecret": true,
"name": "AISEG_PASSWORD"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/chanyou0311/aiseg2-mcp:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transport. Forced to stdio here so the container matches this stdio package declaration; the image's own default is streamable-http for a standalone `docker run`.",
"value": "stdio",
"name": "AISEG_TRANSPORT"
},
{
"description": "AiSEG2 base URL, e.g. http://192.168.0.216 (http only).",
"isRequired": true,
"name": "AISEG_URL"
},
{
"description": "HTTP Digest password for the AiSEG2 web UI.",
"isRequired": true,
"isSecret": true,
"name": "AISEG_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment