← Back to browse

source-map-parser-mcp

Indexed by io.github.MasonChow

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE
Claude Code
claude mcp add --env SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE= --env SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE= source-map-parser-mcp -- npx source-map-parser-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"source-map-parser-mcp","command":"npx","args":["source-map-parser-mcp"],"env":{"SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE":"","SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE":""}}'
JSON
{
  "mcpServers": {
    "source-map-parser-mcp": {
      "command": "npx",
      "args": [
        "source-map-parser-mcp"
      ],
      "env": {
        "SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE": "",
        "SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.