Sentry MCP Server 🔍
A TypeScript implementation of a Sentry MCP (Modern Context Protocol) tool that allows AI agents to access and analyze Sentry error data. 🤖
✨ Features
- 🎯 Retrieve and analyze Sentry issues
- 📊 Get formatted issue details and metadata
- 🔬 View detailed stacktraces
- 🛠️ Support for both tool and prompt interfaces
- 🛡️ Robust error handling
- 🔄 Real-time communication
📦 Installation
pnpm install
🔧 Configuration
Create a .env file in the root directory with your Sentry auth token:
SENTRY_AUTH_TOKEN=your_sentry_auth_token
SENTRY_API_BASE=https://sentry.io/api/0/ # Optional, defaults to this value
📚 Usage
Starting the Server 🚀
pnpm build && pnpm start
The server will start on port 1337 by default.
Using with MCP 🛠️
The server provides two MCP interfaces:
Tool Interface:
get_sentry_issue{ "issue_id_or_url": "12345" }Prompt Interface:
sentry-issue{ "issue_id_or_url": "https://sentry.io/organizations/your-org/issues/12345/" }
💡 Integrating with Cursor IDE
The Sentry MCP Server can be integrated with Cursor IDE for enhanced development experience:
- 🚀 Start the MCP server locally using
pnpm start - 🔧 Configure Cursor to use the local MCP server:
- 🎉 Enjoy seamless Sentry issue analysis directly in your IDE!
🤝 Contributing
- 🔀 Fork the repository
- 🌿 Create your feature branch
- 💾 Commit your changes
- 🚀 Push to the branch
- 📬 Create a new Pull Request
Sentry MCP Server
Project Details
- FaureAlexis/sentry-mcp-server
- Last Updated: 3/11/2025
Recomended MCP Servers
Projet de Retrieval-Augmented Generation avec ChromaDB
MCP Server for ChromaDB integration into Cursor with MCP compatible AI models
한국 서울 공공데이터 MCP 예제
An MCP server to run qlik
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code...
Fantasy Premier League MCP Server
⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models,...
MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines





