getsentry/sentry-mcp
Sentry.io integration for error tracking and performance monitoring
Ads
Overview
Sentry.io integration for error tracking and performance monitoring
Installation
npx @sentry/mcp-server@latest --access-token=sentry-user-token
Configuration
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/mcp",
"headers": {
"Authorization": "Sentry-Bearer ${SENTRY_ACCESS_TOKEN}"
}
}Capabilities
- Investigate errors and issues
Ask your assistant to pull up Sentry error details, stack traces, and issue context for debugging during coding sessions.
- Trace performance problems
Have your assistant analyze distributed traces and performance data to pinpoint slow transactions or bottlenecks.
- Search events with natural language
Use `search_events` to let your assistant translate plain-English queries into Sentry's search syntax for finding relevant events.
- Triage and manage issues
Instruct your assistant to review, assign, or update issue status directly from your coding workflow.
- Query project and team info
Retrieve Sentry organization, project, and team metadata to understand ownership and scope while debugging.
Tags
- sentry
- monitoring
- observability-incident
- performance
- awesome-list
Related MCP servers
ingero-io/ingero
eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency.
adanb13/cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.
agentkitai/agentlens
Tamper-evident observability for AI agents: a SHA-256 hash-chained audit log with chain verification and signed export (EU AI Act Art. 12). Instrument any agent with zero code via `npx -y @agentlensai/mcp`; also ingests OpenTelemetry GenAI traces.
alilxxey/openobserve-community-mcp
Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license.