← Index

io.github.caleb-love/foxhound

io.github.caleb-love/foxhound·v0.3.0·Developer Tools
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "foxhound": {
      "command": "npx",
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "env": {
        "FOXHOUND_API_KEY": "<your-foxhound_api_key>",
        "FOXHOUND_ENDPOINT": "<foxhound_endpoint>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "foxhound": {
      "command": "npx",
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "env": {
        "FOXHOUND_API_KEY": "<your-foxhound_api_key>",
        "FOXHOUND_ENDPOINT": "<foxhound_endpoint>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @foxhound-ai/mcp-server
§02  Environment variables
FOXHOUND_API_KEY
requiredsecret

Your Foxhound API key (create at foxhound.dev)

FOXHOUND_ENDPOINT

Foxhound API endpoint (default: http://localhost:3001)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools