Integrations
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
Copy
🔧 Configuration
Create a .env
file in the root directory with your Sentry auth token:
Copy
📚 Usage
Starting the Server 🚀
Copy
The server will start on port 1337 by default.
Using with MCP 🛠️
The server provides two MCP interfaces:
- Tool Interface:
get_sentry_issue
Copy - Prompt Interface:
sentry-issue
Copy
💡 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
This server cannot be installed
A TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.Last updated -103TypeScript
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that connects to Sentry error tracking service, allowing AI models to query and analyze error reports and events.Last updated -TypeScript
- AsecurityAlicenseAqualityA TypeScript server that enhances AI assistants' capabilities when working with Starwind UI components, providing tools for project initialization, component installation, documentation access, and more.Last updated -615TypeScriptMIT License
Sentry MCP Serverofficial
AsecurityFlicenseAqualityA Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.Last updated -113TypeScript