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
{
"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