Sugra API for Gemini CLI
ai.sugra/api-mcp
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
client:Gemini CLI
transport:streamable-http
runtime:pypi
tools:13
Install Sugra API in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"api-mcp": {
"httpUrl": "https://app.sugra.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs