source-map-parser-mcp
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 vars
SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZEClaude 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
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.