Home/Directory/Infrastructure/Sentry

Sentry

@sentry · github.com/getsentry/sentry-mcp

Pull issue details, stack traces and event context from Sentry to debug production errors in place.

Editor TestedInfrastructureHTTPcloud / remote auth
GitHub

Install one command

terminal
$ npx -y @sentry/mcp-server@latest

Or add it with the Claude CLI: claude mcp add sentry

Tools exposed 5 tools

get_issue
list_issues
get_event
resolve_issue
search_issues

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@sentry/mcp-server@latest"],
      "env": {
        "SENTRY_AUTH_TOKEN": "<your-sentry-auth-token>",
        "SENTRY_ORG": "<your-sentry-org>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Infrastructure
Compare
@cloudflare

Manage Workers, KV, R2, D1 and DNS. Deploy and inspect edge resources from a remote MCP endpoint.

InfrastructureSSE auth
6.3k2w ago7 toolscloud
$npx -y mcp-remote https://observability.mcp.cloudflare.com/sse
Compare
@docker

List, run, stop and inspect containers and images via the local Docker engine socket.

Infrastructurestdio no-auth
5.5k2mo ago6 toolslocal
$npx -y docker-mcp
Compare
@txn2

Kubernetes bulk port forwarding with service discovery, /etc/hosts management, traffic monitoring, and pod log streaming

InfrastructureHTTP no-auth
4.1k5d ago0 toolslocal
Install command unavailable — see repo