stacktrace-mcp
@antonybudianto
About stacktrace-mcp
Simple JS Stacktrace MCP for getting the nearest error location from JS asset URL and let LLM checks if it matches anything with current codebase. Designed for non-sourcemap users.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is stacktrace-mcp?
stacktrace-mcp is a simple MCP server that provides the nearest error location from a JavaScript bundle URL and lets an LLM check if it matches anything in the current codebase. It is designed for users who do not have sourcemaps.
How to use stacktrace-mcp?
Clone the repository, install dependencies with pnpm i, build with pnpm build, then add the local MCP server file path to your MCP-supported application (e.g., VSCode Copilot) using the provided JSON configuration in settings.json. After enabling the MCP tool, paste an error stack trace into the prompt chat to start.
Key features of stacktrace-mcp
- Extracts the nearest error location from a JS bundle URL
- Lets an LLM match the error to the current codebase
- Works without sourcemaps
- Simple setup with a local file path
- Supports MCP‑compatible apps like VSCode Copilot
Use cases of stacktrace-mcp
- Debugging minified or bundled JavaScript errors in production
- Enabling an LLM to provide context‑specific fixes by matching stack traces to local source code
- Assisting developers who cannot generate or access sourcemaps
- Integrating error analysis into AI‑powered coding assistants
FAQ from stacktrace-mcp
What runtime does stacktrace-mcp require?
It requires Node.js and uses the pnpm package manager for installation and building.
How do I configure stacktrace-mcp in my editor?
Add the provided JSON block to your MCP settings (e.g., VSCode's settings.json) with the correct path to dist/mcp_server.cjs.
Can I use stacktrace-mcp with sourcemaps?
The tool is explicitly designed for non-sourcemap users; it expects a bundle URL and source files, not sourcemaps.
What transport does stacktrace-mcp use?
It uses stdio transport, configured via the "type": "stdio" field in the MCP server settings.
Where does the error data live?
Error stack traces are provided by the user in the chat prompt; the server does not store or transmit data externally.
Is authentication required?
No authentication is mentioned; the server runs locally on stdio and no credentials are needed.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments