Back
Directory/Sentry

TL;DR

Sentry is a Monitoring MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent error tracking and performance monitoring. Install in 1 minute with mcpizy install sentry.

🐛

Sentry

Verified 5 tools Supports hosted execution →

Monitoring

Last updated August 9, 2026 · By MCPizy team

Error tracking and performance monitoring

Official homepage

Run Sentry without any local install

Connect your Sentry account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.

Checking connection…
C

Repo audit: 70/100 — usable, but maintenance or documentation is thin

Scored on licence, adoption, maintenance and documentation of getsentry/sentry-mcp. We show the grade whether it flatters the server or not.

last commit today · 808 stars · no licence declared · 91 open issues

Read the full audit on CheckMCP

Install Sentry

Via MCPizy CLI (recommended):
mcpizy install sentry
Or run directly:
npx -y @sentry/mcp-server
View on GitHub

Tools exposed

5 tools available
list_issues

List issues in a project

Inputs

  • organization_slugstringrequired
  • project_slugstringrequired
get_issue

Get full details about an issue

Inputs

  • issue_idstringrequired
list_projects

List projects in the organisation

search_errors

Search errors by query

Inputs

  • querystringrequired
get_event

Get a specific event (stacktrace etc.)

Inputs

  • event_idstringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sentry.dev/mcp"
      ]
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sentry.dev/mcp"
      ]
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sentry.dev/mcp"
      ]
    }
  }
}

Authentication setup

  1. 1

    Authenticate via OAuth on first connect

    Get it

What you can do with Sentry MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

“Show me unresolved production errors from the last 24h”

Uses: list_issues

“What's the stacktrace for issue SENTRY-42?”

Uses: get_issue

“Which errors spiked in the last release?”

Uses: search_errors

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Monitoring MCPs

🔥

Logfire

Access OpenTelemetry traces and metrics via Pydantic Logfire. Debug production issues fast.

🔫

Raygun

Crash reporting and real user monitoring data. Track errors, performance, and user sessions.

9️⃣

Last9

Real-time production context — logs, metrics, traces. SRE intelligence for incident response.

🔥

Prometheus

Query metrics and alerts

Alternatives to Sentry

If Sentry doesn't fit your stack, these Monitoring MCP servers solve similar problems.

📈

New Relic

Application performance monitoring

🚨

PagerDuty

Incident management and on-call

📊

Axiom

Query and analyze logs, traces, and event data in Axiom. Real-time observability at any scale.

Key Takeaways

  • Sentry exposes 5 tools for monitoring workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (see setup section above).
  • Install in 1 command: mcpizy install sentry — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "Show me unresolved production errors from the last 24h".

Frequently asked questions

What is the Sentry MCP server?

The Sentry MCP server is an Monitoring Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents error tracking and performance monitoring. It exposes Sentry's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Sentry MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install sentry` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @sentry/mcp-server` and restarting Claude Code.

Is Sentry MCP free?

Yes. The Sentry MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Sentry account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Sentry MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Sentry MCP?

Once installed, your AI agent can error tracking and performance monitoring directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Sentry operations, inspect results, chain Sentry with other MCP servers (see our Workflow Recipes), and automate repetitive monitoring tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free