Skip to content
Gemini CLI

tools for Gemini CLI

net.nymbo/tools

Remote MCP server: fetch, search, Python, TTS, memory, image, video.

client:Gemini CLI transport:sse

Install tools in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "tools": {
      "url": "https://mcp.nymbo.net/gradio_api/mcp/sse"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

tools in other clients