PluginBench
MCP Server

Perceptdot Sentry MCP Server

io.github.perceptdot/sentry

What is the Perceptdot Sentry MCP server?

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

How to install Perceptdot Sentry

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sentry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}
Claude Code
claude mcp add sentry -- npx -y @perceptdot/sentry

Related MCP servers

B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.

AI agent vision for Google Analytics 4 — with ROI measurement. perceptdot.com

AI agent vision for GitHub repository monitoring — with ROI measurement.

AI agent vision for Vercel deployments — with ROI measurement. perceptdot.com