Back to directory
inceptionjh/sentry-mcp-server

inceptionjh/sentry-mcp-server

@inceptionJh

Integrate Sentry error tracking into your development workflow via Model Context Protocol (MCP).

sentryerror-trackingmonitoringmcpmodel-context-protocoltypescriptdevelopment-toolstool

Installation & Configuration

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@jaejae-json/sentry-mcp-server"
      ],
      "env": {
        "SENTRY_ORG_ID": "your-org-id",
        "SENTRY_API_TOKEN": "your-api-token"
      }
    }
  }
}

Information

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