Larnitech for Gemini CLI
io.github.mpopovych-thinkhome/larnitech-mcp
Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Larnitech in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"larnitech-mcp": {
"command": "uvx",
"args": [
"larnitech-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs