Back to directory
srcgrp/sentry-mcp-server

srcgrp/sentry-mcp-server

@srcgrp

Integrate Sentry error tracking directly into your development workflow with this Model Context Protocol (MCP) server.

sentryerror-trackingmonitoringmcpmodel-context-protocoldevelopment-toolsrelease-healthtool

Installation & Configuration

{
  "mcpServers": {
    "sentry-local": {
      "command": "node",
      "args": [
        "/path/to/sentry-mcp-server/build/index.js"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN",
        "SENTRY_BASE_URL": "https://sentry.io/api/0/",
        "SENTRY_ORG_SLUG": "your-organization-slug"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13