mcp-sentry
by MCP-100
mcp-sentry is a Model Context Protocol server designed for retrieving and analyzing issues from Sentry.io. It provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
Last updated: N/A
What is mcp-sentry?
mcp-sentry is a Model Context Protocol (MCP) server that allows you to retrieve and analyze issues directly from your Sentry.io account. It provides tools to inspect error reports, stacktraces, and other debugging information.
How to use mcp-sentry?
To use mcp-sentry, you need to install it using Smithery, uv, or pip. Then, configure it within your Claude Desktop or Zed settings by providing your Sentry authentication token, project slug, and organization slug. Once configured, you can use the provided tools and prompts to retrieve and analyze Sentry issues.
Key features of mcp-sentry
Retrieves Sentry issues by ID or URL
Retrieves lists of Sentry issues by project slug
Provides detailed issue information including title, status, level, timestamps, and stacktraces
Supports integration with Claude Desktop and Zed
Use cases of mcp-sentry
Debugging application errors using stacktraces
Analyzing error trends and patterns
Integrating error information into conversational AI workflows
Quickly retrieving issue details for specific errors
Monitoring the health of your application through Sentry data
FAQ from mcp-sentry
How do I install mcp-sentry?
How do I install mcp-sentry?
You can install mcp-sentry using Smithery, uv, or pip. Follow the instructions in the Installation section of the README.
How do I configure mcp-sentry for Claude Desktop?
How do I configure mcp-sentry for Claude Desktop?
Add the mcp-sentry configuration to your claude_desktop_config.json file, providing your Sentry authentication token, project slug, and organization slug.
What information does get_sentry_issue
return?
What information does get_sentry_issue
return?
It returns detailed issue information including title, issue ID, status, level, first seen timestamp, last seen timestamp, event count, and the full stacktrace.
What is a Sentry project slug?
What is a Sentry project slug?
A project slug is a unique identifier for your project within Sentry.
How do I debug mcp-sentry?
How do I debug mcp-sentry?
You can use the MCP inspector to debug the server. See the Debugging section in the README for the command to use.