mcpbeat Sign in

Foxhound MCP Server

by caleb-love Your server? Claim it
local only

Foxhound runs on your own machine — the client starts it, so there is no endpoint to ping. 17 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 8 · avg 3 · +31% w/w
a month agotoday
17
Installs / week
npm · @foxhound-ai/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We read the source, 5 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            __import__(pkg)
Page executes code built at runtime packages/sdk-py/foxhound/static/index.html:398
      el.innerHTML = traces.map(t => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add foxhound -- npx -y @foxhound-ai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "foxhound": {
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.foxhound]
command = "npx"
args = ["-y", "@foxhound-ai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "foxhound": {
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "foxhound": {
      "args": [
        "-y",
        "@foxhound-ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FOXHOUND_API_KEY (Your Foxhound API key (create at foxhound.dev)), FOXHOUND_ENDPOINT (Foxhound API endpoint (default: http://localhost:3001)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Foxhound

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

524 installs/wk local only
Monitor
by betterdb-inc

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

48 installs/wk local only
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

132 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

39 installs/wk local only
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

43 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

39 installs/wk local only

Foxhound — questions

Answers built from our own checks of this server.

Why is there no uptime for Foxhound?
Foxhound runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @foxhound-ai/mcp-server was installed 17 times last week.
Is Foxhound still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Foxhound?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @foxhound-ai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Foxhound?
The npm package @foxhound-ai/mcp-server was installed 17 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.