Skip to content
Windsurf

foxhound for Windsurf

io.github.caleb-love/foxhound

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

client:Windsurf transport:stdio runtime:npm

Install foxhound in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

foxhound in other clients