Skip to content
Gemini CLI

Wauldo for Gemini CLI

com.wauldo/wauldo

Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.

client:Gemini CLI transport:streamable-http

Install Wauldo in Gemini CLI

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

{
  "mcpServers": {
    "wauldo": {
      "httpUrl": "https://api.wauldo.com/mcp"
    }
  }
}

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

Wauldo in other clients