Skip to content
Cline

source map parser mcp for Cline

io.github.masonchow/source-map-parser-mcp

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

client:Cline transport:stdio runtime:npm

Install source map parser mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

source map parser mcp in other clients