Back to directory
getsentry/sentry-mcp

getsentry/sentry-mcp

@getsentry

An MCP server for interacting with Sentry via LLMs.

sentryerror-monitoringdebuggingllmmcptypescriptmonitoringdeveloper-toolstool

Installation & Configuration

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "your-token",
        "EMBEDDED_AGENT_PROVIDER": "openai",
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13