sentry-mcp-stdio
5
The Sentry MCP Server is a Model Context Protocol server designed to interface with the Sentry API. It is tailored to help AI assistants retrieve, analyze error data, manage projects, and monitor application performance. Note that a more feature-rich MCP server by Sentry is available for advanced needs.
Sentry MCP Server
A Model Context Protocol (MCP) server for interacting with Sentry. This MCP server provides tools to interact with the Sentry API, allowing AI assistants to retrieve and analyze error data, manage projects, and monitor application performance.
Available Tools
- list_projects: Lists all accessible Sentry projects for a given organization.
- resolve_short_id: Retrieves details about an issue using its short ID.
- get_sentry_event: Retrieves and analyzes a specific Sentry event from an issue.
- list_error_events_in_project: Lists error events from a specific Sentry project.
- create_project: Creates a new project in Sentry and retrieves its client keys.
- list_project_issues: Lists issues from a specific Sentry project.
- list_issue_events: Lists events for a specific Sentry issue.
- get_sentry_issue: Retrieves and analyzes a Sentry issue.
- list_organization_replays: Lists replays from a specific Sentry organization.
Requirements
- Node.js (v14 or higher)
- npm or yarn
- Sentry account with API access
- Sentry authentication token with appropriate permissions