mcp-sentry-custom
0
The mcp-sentry-custom project is an MCP server that facilitates the retrieval and analysis of issues from Sentry.io or self-hosted Sentry instances. It offers tools to inspect error reports, stack traces, and other debugging information, aiding in efficient debugging and monitoring.
mcp-sentry-custom: A Sentry MCP Server
Overview
mcp-sentry-custom
is a Model Context Protocol (MCP) server designed to retrieve and analyze issues from Sentry.io or self-hosted Sentry instances. This server provides tools to inspect error reports, stack traces, and other debugging information directly from your Sentry account.
Features
Tools
get_sentry_issue
- Retrieve and analyze a specific Sentry issue by its ID or URL.
- Returns: Detailed issue information, including title, issue ID, status, level, timestamps, event count, and stack trace.
get_list_issues
- Retrieve and analyze a list of Sentry issues for a specific project.
- Returns: A list of issues with details like title, issue ID, status, level, and timestamps.
Prompts
sentry-issue
- Retrieve formatted issue details for use in conversation context.
Installation
- Via Smithery: Use
npx -y @smithery/cli
for automatic installation. - Using
uv
: Run directly withuvx
. - Using
pip
: Install viapip
or for local development withuv
.
Configuration
Compatible with Claude Desktop and Zed through various configuration setups using commands like uvx
, Docker, or pip
.