mcpbeat Sign in

Sourcemap Retrace MCP Server

local only

Sourcemap Retrace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 20 May 2026.

Decodes minified production stack traces back to original TypeScript source using source maps.

Installs per day peak 22 · avg 6 · -27% w/w
a month agotoday
36
Installs / week
npm · sourcemap-retrace-mcp
0
Stars
4 open issues
20 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sourcemap Retrace MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Sourcemap Retrace MCP

same job, measured the same way
Source Map Parser MCP
by masonchow

Parse JavaScript error stack traces back to original source code using source maps

78 installs/wk local only
LightShip
by lightshiphq

Governed access to production AI-agent traces in an existing ClickHouse store.

answering
Enterprise Internal Knowledge Base: Production-Ready RAG + MCP
by kimsb2429

Production-ready RAG + MCP demo: eval-in-CI merge gate, Langfuse traces, structure-aware chunking.

local only
Footnote
by brick-byte

Every number in an AI answer traces back to the rows that produced it.

65 installs/wk local only
Sorsa
by sorsa

Amazon FBA arbitrage toolkit: product analysis, deal feeds, price alerts and sourcing management.

56 tools answering
Hypathesis
by predme

Variable relationships from research papers with causal direction and source traceback.

4 tools answering
Shipbook
by shipbook

Debug production issues using Shipbook logs and Loglytics error insights.

answering
Phi Guard MCP
by abidit

Local-first PHI detection for source code, LLM prompts, logs, and analytics

80 installs/wk local only

Sourcemap Retrace MCP — questions

Answers built from our own checks of this server.

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