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 Server allows interaction with the Sentry API to fetch issue and event details.
The Sentry MCP Server, developed by @zereight, is a Model Context Protocol server that facilitates seamless interaction with the Sentry API. It enables users to fetch detailed information about issues and events within their Sentry projects. By configuring the server with necessary environment variables, users can access and manage their Sentry data efficiently. The server supports various platforms and can be integrated into different environments using simple configuration scripts. It is particularly useful for developers and teams who need to monitor and manage application errors and events in real-time.
Features
- Fetches details for specific Sentry issues.
- Lists all projects for a configured Sentry organization.
- Lists issues for specific projects with optional filtering.
- Retrieves details for specific events within a project.
Tools
get_sentry_issue`
Get details about a specific Sentry issue
list_organization_projects`
List all items in your Sentry organization
list_project_issues`
List issues for specific projects, support filtering and pagination
get_event_details`
Get detailed information about a specific event