MCP Server
MCP
io.github.caleb-love/foxhound
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
Install
npx -y @foxhound-ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@foxhound-ai/mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Foxhound API key (create at foxhound.dev)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FOXHOUND_API_KEY"
},
{
"description": "Foxhound API endpoint (default: http://localhost:3001)",
"format": "string",
"name": "FOXHOUND_ENDPOINT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment