Skip to main content
Glama

Sentry MCP Server

by codyde
package.json672 B
{ "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.5.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" } }

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/codyde/mcp-sentry-ts'

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