Odel
source map parser mcp

source map parser mcp

Local
@masonchow2TypeScriptMITUpdated 11mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsource-map-parser-mcpv1.3.2

Run

npx -y source-map-parser-mcp

MCP client config

{
  "mcpServers": {
    "source-map-parser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "source-map-parser-mcp"
      ]
    }
  }
}