stacktrace-mcp

antonybudianto/stacktrace-mcp

3.2

If you are the rightful owner of stacktrace-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Simple JS Stacktrace MCP for getting the nearest error location from JavaScript bundle URL and lets an LLM check if it matches anything in the current codebase.

Stacktrace-MCP is a Model Context Protocol server designed to assist developers in identifying error locations within JavaScript bundles, especially for those who do not use sourcemaps. By leveraging the capabilities of Language Model (LLM) technology, Stacktrace-MCP can analyze stack traces and cross-reference them with the existing codebase to find potential matches. This tool is particularly useful for developers who need a quick and efficient way to debug JavaScript applications without the overhead of managing sourcemaps. The server is easy to set up and integrates seamlessly with MCP-supported applications like VSCode Copilot.

Features

  • Identifies nearest error locations in JavaScript bundles.
  • Integrates with LLM to match errors with the current codebase.
  • Designed for users who do not utilize sourcemaps.
  • Easy setup and integration with MCP-supported applications.
  • Facilitates quick debugging of JavaScript applications.