Sentry MCP Server
by getsentry
The Sentry MCP Server is a Model Context Protocol server designed to interact with the Sentry API. It provides AI assistants with the ability to retrieve, analyze error data, manage projects, and monitor application performance within Sentry.
Last updated: N/A
What is Sentry MCP Server?
The Sentry MCP Server is a tool that allows AI assistants and other applications to interact with the Sentry error monitoring platform. It uses the Model Context Protocol (MCP) to provide a standardized interface for accessing Sentry's features.
How to use Sentry MCP Server?
To use the server, you need to install the dependencies, configure the server with your Sentry authentication token, and then run the server. The server can then be integrated with tools like Claude by configuring the mcpServers settings with the server's command and arguments.
Key features of Sentry MCP Server
List Sentry projects
Resolve issue short IDs
Retrieve and analyze Sentry events
Create new Sentry projects
List replays from a Sentry organization
Use cases of Sentry MCP Server
Automated error analysis by AI assistants
Programmatic management of Sentry projects
Integration of Sentry data into other applications
Real-time monitoring of application performance
FAQ from Sentry MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standardized way for applications to interact with models and services.
What is a Sentry authentication token?
What is a Sentry authentication token?
A Sentry authentication token is a credential that allows you to access the Sentry API. You can generate one in your Sentry account settings.
What permissions are required for the Sentry authentication token?
What permissions are required for the Sentry authentication token?
The token needs appropriate permissions to access the Sentry API, depending on the tools you intend to use.
How do I run the server?
How do I run the server?
You can run the server using the command npx ts-node index.ts
.
What IDEs are compatible with this MCP?
What IDEs are compatible with this MCP?
This MCP has been verified to work against Cursor, Codeium Windsurf, and Claude Desktop.