Model Context Protocol (MCP) server for Sentry
Overview
What is Sentry MCP Server?
Sentry MCP Server is a Model Context Protocol (MCP) server designed for interacting with Sentry, enabling AI assistants to retrieve and analyze error data, manage projects, and monitor application performance.
How to use Sentry MCP Server?
To use the Sentry MCP Server, install the necessary dependencies using npm or yarn, and configure it with your Sentry authentication token. You can run the server using the command npx ts-node index.ts.
Key features of Sentry MCP Server?
- Interacts with the Sentry API for error monitoring.
- Lists accessible Sentry projects and issues.
- Retrieves and analyzes specific Sentry events and issues.
- Creates new projects in Sentry and manages existing ones.
Use cases of Sentry MCP Server?
- Monitoring application performance and error tracking.
- Managing multiple Sentry projects efficiently.
- Analyzing error events for debugging and improvement.
FAQ from Sentry MCP Server?
- What are the requirements to use Sentry MCP Server?
You need Node.js (v14 or higher), npm or yarn, a Sentry account with API access, and a Sentry authentication token.
- Can I use Sentry MCP Server with any IDE?
Yes, it has been verified to work with Cursor, Codeium Windsurf, and Claude Desktop.
- How do I authenticate with Sentry?
You need to provide a Sentry authentication token with appropriate permissions in the configuration.