← Back to Plugins
MCP Server MCP

io.github.caleb-love/foxhound

github By github 👁 1 views ▲ 0 votes

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...