mcp-sentry-custom
by javaDer
mcp-sentry-custom is a Model Context Protocol (MCP) server designed to retrieve and analyze issues from Sentry.io or self-hosted Sentry instances. It provides tools to inspect error reports, stack traces, and other debugging information directly from your Sentry account.
Last updated: N/A
What is mcp-sentry-custom?
mcp-sentry-custom is an MCP server that retrieves and analyzes issues from Sentry.io or self-hosted Sentry instances, providing tools to inspect error reports, stack traces, and other debugging information.
How to use mcp-sentry-custom?
The server can be installed via Smithery, uv, or pip. Configuration involves adding the server to your Claude Desktop's claude_desktop_config.json
or Zed's settings.json
, providing your Sentry authentication token, project slug, organization slug, and Sentry URL. You can then use the provided tools and prompts to retrieve and analyze Sentry issues.
Key features of mcp-sentry-custom
Retrieves and analyzes Sentry issues
Provides tools to inspect error reports and stack traces
Includes
get_sentry_issue
tool to retrieve a specific issue by ID or URLIncludes
get_list_issues
tool to retrieve a list of issues for a specific projectOffers a
sentry-issue
prompt for formatted issue details
Use cases of mcp-sentry-custom
Debugging applications by retrieving detailed error information from Sentry
Integrating Sentry issue data into conversation contexts with tools like Claude or Zed
Monitoring application health by analyzing lists of Sentry issues
Automating error analysis workflows using the server's API
FAQ from mcp-sentry-custom
What is the purpose of mcp-sentry-custom?
What is the purpose of mcp-sentry-custom?
It allows you to retrieve and analyze issues directly from Sentry.io within your development environment.
How do I install mcp-sentry-custom?
How do I install mcp-sentry-custom?
You can install it via Smithery, uv, or pip. Refer to the installation section in the README for detailed instructions.
What configuration is required to use this server?
What configuration is required to use this server?
You need to provide your Sentry authentication token, project slug, organization slug, and Sentry URL in your Claude Desktop or Zed configuration.
Can I use this with self-hosted Sentry instances?
Can I use this with self-hosted Sentry instances?
Yes, you can configure the sentry-url
to point to your self-hosted Sentry instance.
How can I debug the server?
How can I debug the server?
Use the MCP inspector with the appropriate command-line arguments for your installation method (uvx or local development).