Loading MCP server directory, please wait...
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
npx @getmcp/cli add io.github.caleb-love/foxhoundRequires Node.js 18+. Community-contributed server. Review source before installing.
FOXHOUND_API_KEYYour Foxhound API key (create at foxhound.dev)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.caleb-love/foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "",
"FOXHOUND_ENDPOINT": ""
}
}
}
}