Skip to content
Gemini CLI

foxhound for Gemini CLI

io.github.caleb-love/foxhound

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

client:Gemini CLI transport:stdio runtime:npm

Install foxhound in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "foxhound": {
      "command": "npx",
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "env": {
        "FOXHOUND_API_KEY": "<FOXHOUND_API_KEY>",
        "FOXHOUND_ENDPOINT": "<FOXHOUND_ENDPOINT>"
      }
    }
  }
}

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

foxhound in other clients