sentry-selfhosted-mcp
If you are the rightful owner of sentry-selfhosted-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.
A Model Context Protocol (MCP) server designed specifically for interacting with self-hosted Sentry instances.
The sentry-selfhosted-mcp server provides tools to retrieve information and perform actions on issues within a self-hosted Sentry setup. It reads the Sentry instance URL, authentication token, and organization slug from environment variables. This server is particularly useful for developers and teams using self-hosted Sentry instances to manage and track issues in their projects. By leveraging the MCP server, users can automate and streamline their workflow, making it easier to manage Sentry issues, projects, and events programmatically.
Features
- Retrieve details for specific Sentry issues by ID or URL.
- List all projects within the configured Sentry organization.
- List issues for a specific project with optional filtering.
- Retrieve details for specific event IDs within a project.
- Update the status of a Sentry issue and add comments.
Tools
get_sentry_issue`
Get details of Sentry issues via ID or URL
list_sentry_projects`
List all items in your Sentry organization
list_sentry_issues`
List issues for specific projects and support filtering
get_sentry_event_details`
Get detailed information about a specific event
update_sentry_issue_status`
Update the status of Sentry issues
create_sentry_issue_comment`
Add a comment to a Sentry question