Skip to content

source map parser mcp for Grok

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

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

client:Grok transport:stdio runtime:npm

Install source map parser mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "source-map-parser-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

source map parser mcp in other clients