mcp server for Gemini CLI
com.exoquery/mcp-server
Kotlin compile-time SQL library. Docs, code validation, and SQLite execution tools.
client:Gemini CLI
transport:streamable-http
Install mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"httpUrl": "https://backend.exoquery.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