CursorPool
← 返回 MCP 列表
Sentry MCP

Sentry MCP

拉取错误与性能问题,定位线上异常的堆栈与影响范围。

Sentry·720 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @sentry/mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ]
    }
  }
}