Back to search
30
MCP

io.github.vola-trebla/sourcemap-retrace-mcp

io.github.vola-trebla/sourcemap-retrace-mcp

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

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.masonchow/source-map-parser-mcp
Parse JavaScript error stack traces back to original source code using source maps
0 tools
io.github.vola-trebla/react-render-profile-mcp
Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.
0 tools
io.github.vola-trebla/playwright-trace-decoder-mcp
MCP server for unpacking and analyzing Playwright trace.zip archives
0 tools
io.github.vola-trebla/tsconfig-inheritance-flattener-mcp
Resolves TypeScript config inheritance chains and returns effective compiler options per file.
0 tools
io.github.vola-trebla/v8-cpu-profile-decoder-mcp
MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents
0 tools
io.github.ormastes/t32-mcp-server
TRACE32 debugger MCP — session, dialog, field, history, resource inspection
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.vola-trebla/sourcemap-retrace-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}