MCP Configs2026年4月6日·1 分钟阅读

Sentry MCP — Error Monitoring Server for AI Agents

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.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 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+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产