Foxhound runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 28 May 2026.
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add foxhound -- npx -y @foxhound-ai/mcp-server
{
"mcpServers": {
"foxhound": {
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.foxhound]
command = "npx"
args = ["-y", "@foxhound-ai/mcp-server"]
{
"mcpServers": {
"foxhound": {
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"foxhound": {
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.