Open House Copilot for Gemini CLI
com.openhousecopilot/openhouse-copilot
AI open-house assistant for agents: sign-in kiosk + automated, consent-aware follow-ups.
client:Gemini CLI
transport:streamable-http
Install Open House Copilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"openhouse-copilot": {
"httpUrl": "https://mcp.openhousecopilot.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs