sentry-mcp
If you are the rightful owner of sentry-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Sentry-MCP is a prototype remote MCP server acting as middleware to the upstream Sentry API provider.
Sentry-MCP is a remote Model Context Protocol (MCP) server designed to act as middleware for the Sentry API provider. It is based on Cloudflare's work towards remote MCPs and aims to facilitate communication between different platforms and the Sentry API. The server supports both remote and stdio transport methods, allowing users to connect to self-hosted Sentry installations or use it as a remote service. The stdio transport requires a Personal API Token (PAT) with specific scopes to function. Sentry-MCP also includes an Inspector tool for testing and verifying the service. Local development is supported, requiring the creation of an OAuth App in Sentry and configuration of environment variables. The server can be tested locally, and unit tests and evaluations are provided to ensure functionality. Sentry-MCP is compatible with various MCP clients, including Claude and Cursor, although some limitations exist regarding authentication and remote server support.
Features
- Remote and stdio transport support
- Inspector tool for testing and verification
- Local development and testing capabilities
- Compatibility with various MCP clients
- Unit tests and evaluations included