foxhound for Cline
io.github.caleb-love/foxhound
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
client:Cline
transport:stdio
runtime:npm
Install foxhound in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<FOXHOUND_ENDPOINT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs