mcpbeat Sign in

Trace MCP Server

by nikolai-vysotskyi Your server? Claim it
local only

Trace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 2 317 installs a week from npm. Last commit 17 Sep 2026.

Code graph MCP: 81 languages, 88 frameworks, 72.7% fewer PR-review tokens, comprehension at parity

Installs per day peak 1 555 · avg 158 · +387% w/w
a month agotoday
2 317
Installs / week
npm · trace-mcp
175
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 9 h 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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/preflight-native.mjs && node scripts/postinstall-app.mjs && node scripts/postinstall-control-plane.mjs
    const fp = path.join(BUNDLES_DIR, entry.file);
Builds a database query by concatenation .github/workflows/verify-win-update.yml:53
      - name: Update a real install from the published release
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Dumps the whole environment tsup.config.ts:160
    GA_MEASUREMENT_ID_INJECTED: JSON.stringify(process.env.TRACE_MCP_GA_MEASUREMENT_ID ?? ''),

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 trace-mcp -- npx -y trace-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trace-mcp": {
      "args": [
        "-y",
        "trace-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trace-mcp]
command = "npx"
args = ["-y", "trace-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trace-mcp": {
      "args": [
        "-y",
        "trace-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trace-mcp": {
      "args": [
        "-y",
        "trace-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Trace MCP

same job, measured the same way
Codegraph
by codegraph-ai

Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.

581 installs/wk local only
Augments MCP Server
by augmnt

Augments MCP Server - A comprehensive framework documentation provider for Claude Code

236 installs/wk local only
Gcf Proxy
by blackwell-systems

Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.

59 installs/wk local only
Codebase Memory
by deusdata

Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

13 717 installs/wk local only
Memory for AI
by lonelytraderbay

Local codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

30 installs/wk local only
Coding Guides
by delian

Coding guidelines and best-practice guides for 130+ languages, frameworks, and tools.

1 tools answering
Deed
by deed-lang

Contract-first language and MCP server for capability-aware code and patch review.

local only
TokenSave
by aovestdipaperino

Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

local only

Trace MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Trace MCP?
Trace MCP 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 trace-mcp was installed 2 317 times last week.
How do I connect Trace MCP?
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 trace-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trace MCP?
The npm package trace-mcp was installed 2 317 times in the last week. Week over week that is +387%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trace MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 175 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.