mcp-sentry
If you are the rightful owner of mcp-sentry 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.
mcp-sentry is a Model Context Protocol server designed to retrieve and analyze issues from Sentry.io, providing tools to inspect error reports, stacktraces, and other debugging information.
mcp-sentry is a specialized server that interfaces with Sentry.io to help developers manage and analyze error reports and debugging information. It offers tools to retrieve detailed information about specific issues or a list of issues from a Sentry project. This server is particularly useful for developers who need to keep track of application errors and performance issues in real-time. By integrating with Sentry, mcp-sentry allows for efficient error tracking and debugging, making it easier to maintain the health and performance of applications. The server can be installed via various methods including Smithery, uv, and pip, and can be configured to work with different platforms such as Claude Desktop and Zed.
Features
- get_sentry_issue: Retrieve and analyze a Sentry issue by ID or URL, providing detailed information such as title, status, level, timestamps, event count, and full stacktrace.
- get_list_issues: Retrieve and analyze a list of Sentry issues by project slug, offering details like title, status, level, timestamps, and event count.
- sentry-issue: Prompt to retrieve issue details from Sentry, returning formatted issue details as conversation context.