The Sentry MCP Server is a Model Context Protocol server that enables interaction with Sentry. It provides tools for retrieving error data, managing projects, and monitoring application performance.
To use it, first install the dependencies via npm or yarn. Configure the server with your Sentry authentication token and start it by running npx ts-node index.ts.
Key features include interacting with the Sentry API to manage projects and errors, retrieving detailed issue and event information, creating new projects, and listing existing ones. It also offers comprehensive error handling and logging.
Common use cases are managing Sentry projects, monitoring application performance, analyzing error events, and automating API interactions for development workflows.
Requirements include Node.js v14 or higher, npm or yarn, a Sentry account with API access, and a valid authentication token from your Sentry account settings under "API Keys". Available tools cover listing projects, resolving issues, retrieving events, and creating new projects.