Sentry MCP
Sentry's MCP service is primarily designed for human-in-the-loop coding agents. Our tool selection and priorities are focused on developer workflows and debugging use cases, rather than providing a general-purpose MCP server for all Sentry functionality. It runs locally over stdio via the published package.
People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 828 · #3 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Sentry MCP
before you install - you'll need
Set SENTRY_ACCESS_TOKEN, EMBEDDED_AGENT_PROVIDER, OPENAI_API_KEY, SENTRY_HOST, MCP_DISABLE_SKILLS before connecting.
Claude Code
claude mcp add getsentry-sentry-mcp -- npx -y @sentry/mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"getsentry-sentry-mcp": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package @sentry/mcp-server - the @sentry scope differs from the repo owner (getsentry); confirm it's the project's official package
registry namespace io.github.getsentry is GitHub-verified and matches the repo owner
03 · What Sentry MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
0.37.0 · 2026-07-02
0.36.0 · 2026-06-08
0.35.0 · 2026-05-21
04 · Who maintains Sentry MCP
sentry-mcp is maintained by getsentry. We track 2 MCP servers from getsentry - 2 actively maintained, 7,102 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from getsentry.
05 · Facts
- repository
- github.com/getsentry/sentry-mcp
- category
- developer tools - ranked #3 of 139 actively-maintained developer tools servers as of 2026-08-25.
- release cadence
- 2 releases in the last 90 days (latest 2026-07-02)
- registry
- io.github.getsentry/sentry-mcp (active, first published 2025-12-17)
- packages
- npm:@sentry/mcp-server
06 · Sentry MCP FAQ
What is Sentry MCP?
Sentry's MCP service is primarily designed for human-in-the-loop coding agents. Our tool selection and priorities are focused on developer workflows and debugging use cases, rather than providing a general-purpose MCP server for all Sentry functionality. It runs locally over stdio via the published package.
Is Sentry MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 2 releases in the last 90 days. We re-verify nightly.
How do I install Sentry MCP?
Run `npx -y @sentry/mcp-server`. The README documents 5 environment variables (SENTRY_ACCESS_TOKEN, EMBEDDED_AGENT_PROVIDER, OPENAI_API_KEY…) to set first. Set SENTRY_ACCESS_TOKEN, EMBEDDED_AGENT_PROVIDER, OPENAI_API_KEY, SENTRY_HOST, MCP_DISABLE_SKILLS before connecting. You can also paste the ready-made client config above.
Does Sentry MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Sentry MCP
Alternatives to Sentry MCP
Maintained developer tools servers if Sentry MCP isn't the fit.
- Xcode Build MCP XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities. ★ 6,274 · 2026-08-12
- Strata MCP server for progressive tool usage at any scale (see https://klavis.ai) ★ 5,794 · 2026-06-01
- Kubefwd Kubernetes port forwarding for local development with automatic /etc/hosts entries. ★ 4,162 · 2026-08-21
- Sem Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents ★ 3,309 · 2026-08-24
- Claude Code Explorer MCP Explore the Claude Code CLI source - browse tools, commands, search code, and more. ★ 3,263 · 2026-04-22
- Server for WinDbg Crash Analysis A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB ★ 1,533 · 2026-08-22
Pairs well with
Servers that cover what Sentry MCP doesn't - only shown when the pairing reason fits the companion.
head to head · Sentry MCP vs Storybook MCP Addon · Sentry MCP vs Xcode Build MCP · Skylos vs Sentry MCP
More developer tools MCP servers · Windbg MCP · Code Review Server · Grid Proof · Batch Review
More TypeScript MCP servers · Weckr · Ghost Swap · SCORM Packager (HTML → SCORM 2004) · Socraticode · see all