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.

介绍

Sentry MCP is an MCP server that connects AI agents to Sentry error monitoring, with 2,000+ GitHub stars. Query errors, analyze stack traces, and track regressions. Agents can read error context from Sentry, then find and fix bugs in the code.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@sentry/mcp-server"],
      "env": { "SENTRY_AUTH_TOKEN": "sntrys_your-token", "SENTRY_ORG": "your-org" }
    }
  }
}

Intro

Sentry MCP is an MCP server that connects AI agents to Sentry error monitoring, with 2,000+ GitHub stars. Query errors, analyze stack traces, and track regressions. Agents can read error context from Sentry, then find and fix bugs in the code.


Source & Thanks

Created by Sentry. Licensed under MIT.

sentry-mcp — ⭐ 2,000+

🙏

来源与感谢

Created by Sentry. Licensed under MIT.

sentry-mcp — ⭐ 2,000+

讨论

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