Skip to main content
Glama

Sentry Issues MCP

by Leee62
package.json1.21 kB
{ "name": "sentry-issues-mcp", "version": "1.0.5", "description": "a mcp server to get sentry issue by id or url for LLM", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "debug": "npm run build && npx -y @modelcontextprotocol/inspector -e SENTRY_PROJ=<your_sentry_proj> -e SENTRY_HOST=<your_sentry_host> -e SENTRY_ORG=<your_sentry_org> -e SENTRY_USER_TOKEN=<your_sentry_user_token> node ./build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Leee62/sentry-issues-mcp.git" }, "bugs": { "url": "https://github.com/Leee62/sentry-issues-mcp/issues" }, "homepage": "https://github.com/Leee62/sentry-issues-mcp#readme", "files": [ "build" ], "bin": { "sentry-issues-mcp": "./build/index.js" }, "keywords": [ "mcp", "sentry", "llm", "modelcontextprotocol" ], "author": "lee62", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.1", "typescript": "^5.8.3" } }

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/Leee62/sentry-issues-mcp'

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