Back to directory
maximilianogarciaroe/sentry-mcp-server

maximilianogarciaroe/sentry-mcp-server

@MaximilianoGarciaRoe

A Machine Control Protocol (MCP) server for interacting with Sentry's API.

sentryerror-trackingmcptypescriptmonitoringapitool

Installation & Configuration

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/sentry_mcp/main.ts"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "your_auth_token",
        "SENTRY_ORG": "your_organization_slug"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15