KOVA MCP
KOVA MCP
Sprich mit deinem myGEKKO. Ein Open-Source-MCP-Server, der Claude (und jeden anderen MCP-Client) mit myGEKKO-Gebäudereglern verbindet — über die offizielle myGEKKO Query API. Talk to your myGEKKO building controller from Claude — English quickstart below.
„Wie warm ist es im Wohnzimmer?" · „Welche Lichter sind noch an?" · „Mach die Rollläden im Süden runter." — in deinen Worten, direkt an dein Haus.
KOVA MCP ist das Werkzeug für Bastler und Power-User. Wer das täglich, am Handy und für die ganze Familie will — ohne Terminal: das ist die KOVA App (gekkobrain.beikma.com).
In 2 Minuten ausprobieren — ohne eigenen Regler
Der öffentliche myGEKKO-Vorführregler („Mustermann") ist für genau solche Tests da:
claude mcp add mygekko \
--env GEKKO_USERNAME=mustermann@my-gekko.com \
--env GEKKO_KEY=HjR9j4BrruA8wZiBeiWXnD \
--env GEKKO_GEKKOID=K999-7UOZ-8ZYZ-6TH3 \
-- uvx --from git+https://github.com/joeexafionbot-dev/kova-mcp mygekko-mcpDann in Claude Code: „Welche Systeme hat mein Gebäude? Zeig mir die Lichter im Wohnzimmer."
Mit deinem eigenen myGEKKO
Voraussetzung: Regler auf my-gekko.com registriert und der Plus-Dienst „myGEKKO Query API" aktiviert (im Home Bundle enthalten; Key erzeugen unter Einstellungen → Globus → Plus Erweitert → Plus Query API → Verwaltung → Neu generieren).
claude mcp add mygekko \
--env GEKKO_USERNAME=deine@mail.de \
--env GEKKO_KEY=DEIN-QUERY-API-KEY \
--env GEKKO_GEKKOID=XXXX-XXXX-XXXX-XXXX \
-- uvx --from git+https://github.com/joeexafionbot-dev/kova-mcp mygekko-mcpClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"mygekko": {
"command": "uvx",
"args": ["--from", "git+https://github.com/joeexafionbot-dev/kova-mcp", "mygekko-mcp"],
"env": {
"GEKKO_USERNAME": "deine@mail.de",
"GEKKO_KEY": "DEIN-QUERY-API-KEY",
"GEKKO_GEKKOID": "XXXX-XXXX-XXXX-XXXX"
}
}
}
}Auch lokal (LAN statt Cloud) möglich: GEKKO_MODE=local + GEKKO_LOCAL_HOST —
alle Variablen in .env.example.
Was der Server kann
Resources |
|
Lese-Tools |
|
Steuer-Tools |
|
Transporte |
|
Sicherheit (bewusst konservativ)
Read-only by default. Steuern erfordert explizit
GEKKO_ALLOW_WRITE=true.Deny-List bleibt immer zu: Alarmanlage, Türen/Zutritt, Kameras sind auch mit Write-Freigabe gesperrt; kritische Aktionen verlangen eine zweite Bestätigung.
Credentials nur über Umgebungsvariablen, nie in Dateien/Logs (Key wird in Logs geschwärzt).
Regler-schonend: Rate-Limits und Backoff bei
429/470— fehlerhafte Anfragen landen sonst im Alarmprotokoll des Reglers.
Details: SECURITY.md.
English quickstart
MCP server for myGEKKO building controllers (official Query API, cloud or LAN).
Read-only by default; writes are opt-in (GEKKO_ALLOW_WRITE=true) and policy-gated
(alarm/access/cameras always denied). Try it instantly against the public demo
controller using the credentials in the first snippet above, or set
GEKKO_USERNAME / GEKKO_KEY / GEKKO_GEKKOID for your own controller. Run via
uvx --from git+https://github.com/joeexafionbot-dev/kova-mcp mygekko-mcp.
Entwicklung
uv sync && uv run pytest # Tests
uv run mygekko-mcp --transport stdio
uv run dump-inventory # read-only Inventar-Dump als JSONDieses Repo ist der Release-Mirror des KOVA-Monorepos (dort läuft die CI); Issues und PRs sind hier trotzdem willkommen und werden zurückgespielt.
Lizenz & Marken
MIT. myGEKKO ist eine Marke der myGEKKO | Ekon GmbH — KOVA MCP ist ein unabhängiges Community-Projekt und wird nicht von myGEKKO herausgegeben. Die Demo-Zugangsdaten oben gehören zum öffentlichen Vorführregler von myGEKKO.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joeexafionbot-dev/kova-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server