sentry-mcp
Provides tools for working with Sentry organizations, projects, and issues, including listing, querying, and retrieving events.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sentry-mcpshow unresolved issues in project 'my-app' for the last 24 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sentry MCP Server
Also available in Russian: README-ru.md
Sentry MCP server provides tools for working with Sentry organizations, projects, and issues directly from Claude Code, Code CLI, and other MCP clients.
Table of Contents
Related MCP server: Sentry MCP Server
Features
List organizations and projects available to the token.
Query issues with filters:
query, multipleenvironment,statsPeriodorsince/until,project, pagination viacursor.Consistent structured responses with
toolSuccess/toolError.
Requirements
Node.js 20+
Environment variables:
SENTRY_URL— Sentry base URLSENTRY_TOKEN— Sentry auth token (Bearer)SENTRY_TIMEZONE— optional, defaults toEurope/MoscowSENTRY_READ_ONLY— optional, defaults totrueSENTRY_HTTP_TIMEOUT_MS— optional request timeout in ms (default10000)
Installation
Using npx (Recommended)
npx -y @vitalyostanin/sentry-mcp@latestManual Installation (Development)
npm ci
npm run buildRunning the server (stdio)
node dist/index.jsConfiguration for Code (Recommended)
Add to ~/.code/config.toml:
[mcp_servers.sentry-mcp]
command = "npx"
args = ["-y", "@vitalyostanin/sentry-mcp@latest"]
[mcp_servers.sentry-mcp.env]
SENTRY_URL = "https://sentry.example.com"
SENTRY_TOKEN = "<token>"Configuration for Claude Code CLI
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": ["-y", "@vitalyostanin/sentry-mcp@latest"],
"env": {
"SENTRY_URL": "https://sentry.example.com",
"SENTRY_TOKEN": "<token>"
}
}
}
}Configuration for VS Code Cline
Add similar entry to your cline_mcp_settings.json:
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": ["-y", "@vitalyostanin/sentry-mcp@latest"],
"env": {
"SENTRY_URL": "https://sentry.example.com",
"SENTRY_TOKEN": "<token>"
}
}
}
}MCP Tools
Tool | Description |
| Status information: url, tokenPresent, timezone, readOnly, version. |
| List organizations with pagination (cursor/perPage); brief mode by default. |
| List projects in an organization; supports query, pagination, brief mode. |
| List issues with filters: query, environments, statsPeriod or since/until, project; pagination supported. |
| Get latest event for an issue (brief summary by default). |
| Get latest events for multiple issues with safe concurrency. |
| Get issue details for multiple issues with safe concurrency. |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityFmaintenanceA 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.1121
- FlicenseBqualityDmaintenanceEnables interaction with Sentry's error tracking platform to fetch and manage issue details, events, and project information through the Sentry API.41011
- Alicense-qualityDmaintenanceEnables interaction with Sentry's error tracking and monitoring tools through a unified API, allowing natural language access to Sentry services.MIT
- Alicense-qualityDmaintenanceEnables AI assistants to retrieve and analyze Sentry issues, including error reports, stacktraces, and debugging information from Sentry.io.111MIT
Related MCP Connectors
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VitalyOstanin/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server