SkillAgentSearch skills...

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.

Install / Use

claude mcp add antonybudianto -- npx -y github:antonybudianto/stacktrace-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

34/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "stacktrace-mcp", "version": "1.0.0", "description": "MCP Server Stacktrace", "main": "mcp_server.js", "type": "module", "scripts": { "build": "tsup src/mcp_server.ts --minify", "dev": "node --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));' src/mcp_server.ts", "start": "node dist/mcp_server.cjs", "dev2": "npx @modelcontextprotocol/inspector node dist/mcp_server.cjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "ts-node": "^10.9.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.13", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "tsup": { "target": "node20" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low