source map parser mcp for Zed
io.github.masonchow/source-map-parser-mcp
Parse JavaScript error stack traces back to original source code using source maps
client:Zed
transport:stdio
runtime:npm
Install source map parser mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"source-map-parser-mcp": {
"command": "npx",
"args": [
"-y",
"source-map-parser-mcp"
],
"env": {
"SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE": "<SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE>",
"SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE": "<SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs