Sentry MCP Server
Provides tools for comprehensive Sentry monitoring, including performance analysis, issues tracking, transaction tracing, and bottleneck detection.
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 MCP ServerWhat are the most common errors in production?"
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
MCP Server for comprehensive Sentry monitoring including:
📊 Performance Analysis
🐛 Issues Tracking
🔍 Transaction Tracing
⚡ Bottleneck Detection
Features
Performance Tools
get_slow_transactions- Get slow API endpoints with detailed statsanalyze_transaction_trace- Deep dive into specific transaction tracesget_performance_overview- Overall performance metricscompare_performance- Compare performance across time periods
Issues Tools
get_recent_issues- Get latest errors and exceptionsget_issue_details- Detailed issue analysis with stack tracesget_issues_by_route- Group issues by API route
Related MCP server: Sentry MCP Server
Installation
cd ~/sentry-mcp
pip install -e .Configuration
Create .env file:
SENTRY_TOKEN=sntryu_your_token_here
SENTRY_ORG=org-name
SENTRY_PROJECT_ID=547
SENTRY_PROJECT_SLUG=project-slug
SENTRY_BASE_URL=https://sentry.your-org.comUsage with Claude Desktop
Add to claude.json:
{
"mcpServers": {
"sentry": {
"command": "python",
"args": ["-m", "sentry_mcp"],
"cwd": "~/sentry-mcp",
"env": {
"SENTRY_TOKEN": "your_token",
"SENTRY_ORG": "org-name",
"SENTRY_PROJECT_ID": "547",
"SENTRY_BASE_URL": "https://sentry.your-org.com"
}
}
}
}Example Queries
"Show me the slowest API endpoints in the last 24 hours"
"Analyze the performance of YOUR_ROUTE"
"What are the most common errors in production?"
"Show me transaction traces for requests over 3 seconds"
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Investigate errors, track deployments, analyze performance, and manage application monitoring
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
- FixterOAuthdev.fixter
Monitoring for small teams. Logs, traces, metrics, live issue tracking, API/MCP uptime.
Monitor, troubleshoot, and optimize your technology stack with Intelligent Observability.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntegrates Sentry error monitoring with AI-powered analysis to automatically capture frontend JavaScript errors and provide intelligent repair suggestions through multiple AI models including OpenAI, Claude, and Gemini.-
- FlicenseBqualityCmaintenanceEnables interaction with Sentry's error tracking platform to fetch and manage issue details, events, and project information through the Sentry API.4721-
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Sentry's error tracking and monitoring tools through a unified API, allowing natural language access to Sentry services.MIT
- AlicenseNot gradedqualityAmaintenanceEnables interaction with Sentry organizations, projects, and issues directly from MCP clients like Claude Code.18MIT
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/mjavadalavi/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server