Skip to content
Gemini CLI

lunge for Gemini CLI

io.github.thuupx/lunge

Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections

client:Gemini CLI transport:stdio runtime:npm

Install lunge in Gemini CLI

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

{
  "mcpServers": {
    "lunge": {
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}

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

lunge in other clients