MCP Servers / development / sourcemap-retrace-mcp

sourcemap-retrace-mcp

JSON →
nonedevelopment

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

Install
How to run this server

No install command recorded.

server path: sourcemap-retrace-mcp
Tools
What this server exposes
retrace_stack
Decode a minified stack trace back to original TypeScript source locations. Pass the raw stack trace and the directory containing your .js.map files.
retrieve_code_context
Show the original source lines surrounding a mapped error location — with line numbers and a column pointer.
audit_sourcemap_match
Validate that .map files in your dist directory are present and point to source files that actually exist on disk. Catches stale or missing maps before deployment.
Configuration
Environment & auth
authnone
Resources
sourcemap-retrace-mcp — MCP Server · libregistry