
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@foxhound-ai/mcp-server
Advanced tools
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
MCP server for querying Foxhound traces from Claude Code, Cursor, Windsurf, or any MCP-connected IDE.
Once published to the MCP Registry, the Foxhound server can be installed directly:
# Install from registry (when published)
claude mcp add io.github.caleb-love/foxhound
# Or install from npm package directly
claude mcp add foxhound -e FOXHOUND_API_KEY=fox_your_key -e FOXHOUND_ENDPOINT=https://api.foxhound.dev -- npx @foxhound-ai/mcp-server
Add to your MCP config (.cursor/mcp.json or equivalent):
{
"mcpServers": {
"foxhound": {
"command": "npx",
"args": ["@foxhound-ai/mcp-server"],
"env": {
"FOXHOUND_API_KEY": "fox_your_key",
"FOXHOUND_ENDPOINT": "https://api.foxhound.dev"
}
}
}
}
You can also install directly from npm without using the registry:
npx @foxhound-ai/mcp-server
| Variable | Required | Default | Description |
|---|---|---|---|
FOXHOUND_API_KEY | Yes | — | Your Foxhound API key |
FOXHOUND_ENDPOINT | No | http://localhost:3001 | Foxhound API base URL |
Search traces by agent name, time range, and status.
"Show me all traces for agent billing-bot in the last hour"
"Find error traces from the past 24 hours"
Parameters: agent_name, status (ok/error), from, to (ISO 8601 or epoch ms), limit
Get the full trace with its complete span tree.
"Get trace abc-123 and show me the span tree"
"What happened in trace def-456?"
Parameters: trace_id
Reconstruct agent state at a specific span — LLM context, tool inputs, and memory.
"Replay span xyz in trace abc-123 — what was the agent's context?"
Parameters: trace_id, span_id
Compare two agent runs side-by-side and surface divergence points.
"Compare runs abc and def — why did the second one fail?"
Parameters: trace_id_a, trace_id_b
Surface behavioral anomalies — slow spans, error spikes, or unusual tool usage patterns.
"Any anomalies for billing-bot in the last 12 hours?"
"Show me error spikes for the onboarding agent"
Parameters: agent_name, hours (lookback window, default 24)
Get span usage and billing period summary.
"How many spans have we used this period?"
Parameters: agent_name (optional, org-level by default)
npm install
npm run build
npm test
npm run typecheck
MIT
FAQs
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
We found that @foxhound-ai/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.