简介
Sentry MCP 是一个将 AI Agent 连接到 Sentry 错误监控的 MCP 服务器,GitHub 2,000+ stars。查询错误、分析堆栈跟踪、追踪回归。Agent 可以从 Sentry 读取错误上下文,然后在代码中找到并修复 bug。
MCP server that connects AI agents to Sentry for real-time error monitoring. Query issues, analyze stack traces, track regressions, and resolve bugs with full crash context. 2,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
将以下配置添加到 .mcp.json:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": { "SENTRY_AUTH_TOKEN": "sntrys_你的令牌", "SENTRY_ORG": "你的组织" }
}
}
}Sentry MCP 是一个将 AI Agent 连接到 Sentry 错误监控的 MCP 服务器,GitHub 2,000+ stars。查询错误、分析堆栈跟踪、追踪回归。Agent 可以从 Sentry 读取错误上下文,然后在代码中找到并修复 bug。
Created by Sentry. Licensed under MIT.
sentry-mcp — ⭐ 2,000+