SERVER
Source Map Parser MCP
Rank #20476glama/MasonChow/source-map-parser-mcp
Parse JavaScript error stack traces back to original source code using source maps
First listed
Apr 1, 2025
Last publish date
Sep 10, 2025
OVERVIEW
Source Map Parser MCP is a Model Context Protocol (MCP) server published by MasonChow. It ranks #20476 of 58,900 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Source Map Parser MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 1, 2025 and most recently updated on Sep 10, 2025.
STANDING
#20,476of 58,900 tracked serversTop 50%
Ranks ahead of 38,424 of 58,900 servers on MCP Toplist.
CONNECT
Use Source Map Parser MCP
Add Source Map Parser MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"source-map-parser-mcp": {
"command": "npx",
"args": [
"-y",
"source-map-parser-mcp"
],
"env": {
"SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE": "<your SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE>",
"SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE": "<your SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry (1 delisted)
GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION
MasonChow
VERSIONS
Available versions (2)
| Version | Published |
|---|---|
| 1.3.2 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is Source Map Parser MCP?
- Parse JavaScript error stack traces back to original source code using source maps
- Who maintains Source Map Parser MCP?
- Source Map Parser MCP is maintained by MasonChow, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Source Map Parser MCP an official MCP server?
- Yes — Source Map Parser MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Source Map Parser MCP have?
- MCP Toplist tracks 2 versions of Source Map Parser MCP, most recently published on Sep 10, 2025.
- Where can I find the source code for Source Map Parser MCP?
- The source code for Source Map Parser MCP is hosted at github.com/MasonChow/source-map-parser-mcp.
EXPLORE