mcp-sentry
1
MCP Sentry Server is a Node.js-based implementation that provides integration with the Sentry API for monitoring and error tracking. It supports communication through both the Model Context Protocol and Server-Sent Events, offering features such as retrieving and analyzing Sentry issues.
Overview
- MCP Sentry Server: A Node.js + TypeScript implementation enabling error tracking and monitoring through integration with Sentry.
Features
- Integration with Sentry API to retrieve error reports and stacktraces.
- Supports both standard MCP communication over stdin/stdout and SSE transport over HTTP.
- Configurable port for SSE server (default: 3579).
Prerequisites
- Node.js >= 20.0.0
- pnpm >= 10.5.2
Usage
- Build the project using pnpm.
- Run the server with customizable Sentry authentication and API configurations.
MCP Features
- Features include retrieving specific Sentry issues and analyzing lists of issues via the MCP protocol.