← Back to Plugins
MCP Server MCP

io.github.friendlygeorge/sentry-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sentry-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Sentry auth token from Settings → Auth Tokens. Needs org:read, project:read, event:read, issue:read, issue:write scopes.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SENTRY_AUTH_TOKEN"
        },
        {
          "description": "Sentry API base URL. Defaults to https://sentry.io/api/0/. Override for self-hosted Sentry.",
          "format": "string",
          "name": "SENTRY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...