Skip to main content
Glama

Source Map Parser MCP Server

server.json1.2 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.MasonChow/source-map-parser-mcp", "description": "Parse JavaScript error stack traces back to original source code using source maps", "status": "active", "repository": { "url": "https://github.com/MasonChow/source-map-parser-mcp", "source": "github" }, "version": "1.3.2", "packages": [ { "registry_type": "npm", "registry_base_url": "https://registry.npmjs.org", "identifier": "source-map-parser-mcp", "version": "1.3.2", "transport": { "type": "stdio" }, "environment_variables": [ { "description": "Context lines around error locations in source code", "is_required": false, "format": "string", "is_secret": false, "name": "SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE" }, { "description": "Maximum memory cache size in MB for source maps", "is_required": false, "format": "string", "is_secret": false, "name": "SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE" } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MasonChow/source-map-parser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server