Odel
foxhound

foxhound

Local
@caleb-love2TypeScriptUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@foxhound-ai/mcp-serverv0.3.0

Run

npx -y @foxhound-ai/mcp-server

MCP client config

{
  "mcpServers": {
    "foxhound": {
      "command": "npx",
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ]
    }
  }
}