Sentry MCP Server ๐
A TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.
FaureAlexis
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.