Skip to content
Grok

Perceptdot Sentry for Grok

io.github.perceptdot/sentry

AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com

client:Grok transport:stdio runtime:npm

Install Perceptdot Sentry in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sentry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}

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

Perceptdot Sentry in other clients