Combined for Gemini CLI
com.trycombined/combined
Query synced business data with scoped, read-only SQL and freshness through MCP.
client:Gemini CLI
transport:streamable-http
Install Combined in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"combined": {
"httpUrl": "https://platform.trycombined.com/mcp?account_id={account_id}"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs