sentry-mcp-http-server

BrandonDR/sentry-mcp-http-server
★ 0 stars Go Security Updated 2d ago
HTTP server that wraps the official Sentry MCP server stdio in a http server with Bearer tokens and user log auditing
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sentry-mcp-http-serv": {
      "command": "go",
      "args": [
        "run",
        "github.com/BrandonDR/sentry-mcp-http-server@latest"
      ]
    }
  }
}

README Excerpt

Go HTTP wrapper around the official `@sentry/mcp-server` stdio transport. Clients authenticate with a whitelisted Sentry access token via `Authorization: Bearer <token>` (CodeRabbit and most MCP clients). `Sentry-Bearer` is also accepted for compatibility with mcp.sentry.dev-style configs. The bridge spawns `npx @sentry/[email protected]` as a subprocess and forwards MCP Streamable HTTP requests to its stdin/stdout.

Tools (8)

LISTEN_ADDRLOG_DIRNPX_COMMANDPASSFILESENTRY_HOSTSENTRY_INSECURE_HTTPSENTRY_MCP_PACKAGE_VERSIONSESSION_TIMEOUT