OnceAsk for Gemini CLI
io.github.rsb6061/onceask
MCP server for OnceAsk, the AI-native current-address layer for people and agents.
client:Gemini CLI
transport:streamable-http
tools:4
Install OnceAsk in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"onceask": {
"httpUrl": "https://onceask.com/_api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs