Skip to content
Grok

sentry mcp server for Grok

io.github.friendlygeorge/sentry-mcp-server

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

client:Grok transport:stdio runtime:npm

Install sentry mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentry-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp-server"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "<SENTRY_AUTH_TOKEN>",
        "SENTRY_BASE_URL": "<SENTRY_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sentry mcp server in other clients