$ timeahead.in
/ servers/npm/@sentry/mcp-server
npm

@sentry/mcp-server

Sentry MCP Server

724 stars62k/wkupdated 0d agogithub ↗
55poor
▣ Overview

What it does

The server bridges Claude, Cursor, and similar coding agents to Sentry's API, focusing on debugging workflows. It exposes tools for querying issues, events, and traces from a Sentry instance (SaaS or self-hosted), and includes natural-language search capabilities powered by an embedded LLM agent (OpenAI or Anthropic). The server operates both as a remote MCP endpoint and via stdio transport, adapting to different deployment models.

Who it's for

Engineering teams integrating Sentry error tracking directly into AI-assisted development workflows. Particularly useful for developers using Claude Code or Cursor who want to debug production issues without leaving their IDE—asking the agent about specific errors, stack traces, or performance regressions.

Common use cases

  • Query Sentry issues and error details directly from Claude Code while debugging
  • Search for past occurrences of a newly reported error to understand its scope
  • Retrieve performance traces and transaction data for latency investigation
  • Gather issue context (comments, attachments) for in-context reasoning by the agent
  • Automatically fetch error resolution history to inform fix strategies

Setup pitfalls

  • 14 secrets discovered in code/config: Carefully audit credentials before deploying. Never commit SENTRY_ACCESS_TOKEN, OPENAI_API_KEY, or ANTHROPIC_API_KEY to version control; use environment variables or secret management.
  • AI search tools require explicit LLM provider: Set EMBEDDED_AGENT_PROVIDER to openai or anthropic and provide the matching API key; without it, search tools are unavailable, though read operations still work.
  • Self-hosted Sentry requires extra flags: Use --host and --insecure-http for internal HTTP-only deployments, and --disable-skills=seer if your instance doesn't support Sentry's ML features.
  • No CI pipeline: Test against your Sentry instance before production use, as the project lacks automated CI coverage.
14 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
86
17.2
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
55.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "sentrymcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
74/ 100 · is this project alive?
contributors (1y)42
top contributor share71%
releases (1y)27
last release2d ago
median issue response0.0h
ci✓ passing
⛁ Raw data
weekly downloads62k
github stars724
forks115
open issues98
license✓ present
readme length8801 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points