Skip to content
Claude Desktop

foxhound for Claude Desktop

io.github.caleb-love/foxhound

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

client:Claude Desktop transport:stdio runtime:npm

Install foxhound in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

foxhound in other clients