Overview
what is MCP Sentry?
MCP Sentry is a Node.js + TypeScript implementation of the Model Context Protocol (MCP) Sentry server, designed to integrate with Sentry for retrieving error reports and stack traces.
how to use MCP Sentry?
To use MCP Sentry, clone the repository, install dependencies using pnpm, configure your Sentry authentication token in a .env file, and then build and run the server using pnpm commands.
key features of MCP Sentry?
- Integration with Sentry for error reporting
- MCP protocol support for communication
- Tools for retrieving and analyzing Sentry issues
- Ability to list available prompts and tools
use cases of MCP Sentry?
- Retrieving specific Sentry issues by ID or URL.
- Analyzing the most triggered issues affecting users.
- Integrating error reporting into applications using the MCP protocol.
FAQ from MCP Sentry?
- What is required to run MCP Sentry?
You need Node.js >= 20.0.0 and pnpm >= 10.5.2.
- How do I configure Sentry?
Create a .env file with your Sentry authentication token.
- Can I run MCP Sentry in development mode?
Yes, you can run it in development mode using the command 'pnpm dev'.