UnifAPI for Gemini CLI
com.unifapi/mcp
Hosted MCP server for live public-data APIs and Skills for AI agents.
client:Gemini CLI
transport:streamable-http
Install UnifAPI in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.unifapi.com"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs