Sentry MCP Server

{ "name": "mcp-sentry-ts", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Sentry", "main": "index.ts", "bin": { "mcp-sentry": "./index.ts" }, "scripts": { "start": "ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@sentry/node": "^9.4.0", "@sentry/profiling-node": "^9.4.0", "node-fetch": "^2.6.7", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.9", "@types/node-fetch": "^2.6.12", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }