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

Install verified 5 tools

Monitoring

Last updated September 4, 2026 Β· By MCPizy team

Error tracking and performance monitoring

Official homepage
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 yesterday Β· 827 stars Β· no licence declared Β· 100 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

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

Frequently asked questions

What is the Sentry MCP server?

Sentry is listed as an Monitoring Model Context Protocol server whose documented purpose is to let an MCP-compatible agent error tracking and performance monitoring. Client support, permissions and authentication remain specific to the upstream project.

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.

Does MCPizy charge to view or install Sentry MCP?

No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.

Does Sentry MCP work with Cursor and Windsurf?

The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.

What can I do with Sentry MCP?

Its documented purpose is to let an MCP-compatible agent error tracking and performance monitoring. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.

Compare before you commit

Put this server beside an alternative, or return to the full evidence directory.

Compare MCP serversBack to directory