getsentry/sentry-mcp
FreeSentry 官方集成,让 AI 通过自然语言查询错误、性能问题与发布信息,快速定位线上故障根因。
FreeFree tier
About getsentry/sentry-mcp
Sentry's MCP (Model Context Protocol) server is designed for human-in-the-loop coding agents to interact with Sentry via natural language. It focuses on developer workflows and debugging, allowing users to query errors, performance issues, and release information. It acts as middleware to the Sentry API and supports popular coding assistants like Cursor and Claude Code. It can be used as a Claude Code plugin for automatic subagent delegation. The server supports both remote service and stdio transport for self-hosted Sentry. AI-powered search tools require an additional LLM provider (OpenAI, Azure OpenAI, Anthropic, or OpenRouter).
Key Features
Focused on developer workflows and debugging use cases
Supports coding assistants like Cursor, Claude Code, and similar development tools
Acts as middleware to upstream Sentry API, optimized for coding agents
AI-powered natural language search tools (search_events, search_issues) translate queries into Sentry query syntax
Supports both remote MCP service and stdio transport for self-hosted Sentry
Can be installed as a Claude Code plugin for automatic subagent delegation
Pros & Cons
Pros
- Easy integration with popular coding assistants via remote MCP or Claude plugin
- Natural language interface to Sentry data reduces manual query building
- Open source and free to use
- Supports self-hosted Sentry deployments with stdio transport
Cons
- AI-powered search tools require an additional LLM provider (OpenAI, Azure OpenAI, Anthropic, or OpenRouter)
- Primarily designed for coding agent use cases, not a general-purpose Sentry MCP server
- Some features (like Seer) may not be available on self-hosted instances
Best For
Debugging production errors and issuesQuerying performance problems and release informationIntegrating Sentry data into AI-assisted coding workflows