foxhound for Cursor
io.github.caleb-love/foxhound
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
client:Cursor
transport:stdio
runtime:npm
Install foxhound in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"foxhound": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<FOXHOUND_ENDPOINT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs