EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Sentry MCP
    Sentry MCP icon

    Sentry MCP

    MCP Servers

    An MCP server that connects Sentry's error monitoring API directly to LLMs and coding agents, enabling natural language debugging of production issues, stack traces, and application performance data.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source MCP server for Sentry. Use the hosted remote service at mcp.sentry.dev or self-host via stdio transport.

    Engagement

    Available On

    Linux
    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersMonitoring ToolsAI Coding Assistants

    Alternatives

    Figma MCP ServerMDN MCP ServerCoplay
    Developer
    SentrySan Francisco, CAEst. 2011$217M raised

    Listed Aug 2026

    About Sentry MCP

    Sentry MCP is an open-source Model Context Protocol server built and maintained by Sentry (Functional Software, Inc.) that bridges Sentry's error monitoring and observability platform with LLM-powered coding agents. Currently in beta, it is deployed as a remote MCP service at mcp.sentry.dev and is designed primarily for human-in-the-loop developer workflows rather than general-purpose automation.

    What It Is

    Sentry MCP acts as middleware between Sentry's upstream API and AI coding assistants such as Cursor, Claude Code, Codex, Amp, Gemini CLI, OpenCode, Warp, Windsurf, and Zed. Developers can paste a Sentry issue URL directly into their coding agent and ask it to investigate or fix the problem — the MCP server fetches issue details, invokes Seer (Sentry's AI root-cause analysis engine) to analyze stack traces, and returns structured context that the LLM uses to propose and apply code fixes. The project is written in TypeScript, hosted on GitHub under the getsentry organization, and has accumulated over 800 stars since its creation in March 2025.

    Core Capabilities

    The server exposes a set of MCP tools organized around three main workflows:

    • Fix Bugs — Fetch issue details, analyze stack traces with Seer, and let the coding agent apply a fix directly to the codebase, then validate with automated tests.
    • Instrument Your App — Query traces, metrics, and errors to understand application behavior and guide instrumentation decisions.
    • Search Things — Use AI-powered natural language search (backed by OpenAI, Anthropic, Azure OpenAI, or OpenRouter) to translate queries into Sentry's query syntax and find issues, events, or spans across projects.

    AI-powered search tools (search_events, search_issues, etc.) require a configured LLM provider; all other tools function without one.

    Deployment Model

    Sentry MCP supports two transport modes:

    • Remote (Streamable HTTP/SSE) — The production service at https://mcp.sentry.dev/mcp uses OAuth for authentication and runs on Cloudflare Workers. This is the recommended path for most users and requires no local setup beyond adding the server URL to a supported coding agent.
    • Stdio — A local npx @sentry/mcp-server@latest command supports self-hosted Sentry deployments. Users supply a Sentry User Auth Token with scopes for org, project, team, and event access. Self-hosted instances can disable specific skills (e.g., --disable-skills=seer) when features like Seer are unavailable.

    Path constraints on the remote URL (/:organization or /:organization/:project) let teams scope the MCP session to a specific org or project, automatically hiding irrelevant tools.

    Integration Surface

    The server integrates with a wide range of AI coding environments through standard MCP configuration:

    • Claude Code (including as a Claude Code plugin via claude plugin marketplace add getsentry/sentry-mcp)
    • Cursor, VSCode, Windsurf, Zed
    • Codex, Amp, Gemini CLI, OpenCode, Warp

    A live demo on the homepage lets users connect their Sentry account via OAuth and test MCP tool calls against real project data in a browser chat interface.

    Update: Version 0.37.0

    The latest release is 0.37.0, published on July 2, 2026. The repository shows active development with the last push on July 31, 2026. Recent commits visible in the homepage demo include schema improvements for trace responses — specifically adding a TraceIssueSchema to handle standalone error objects returned alongside span data in Sentry's trace API, and filtering logic to correctly separate span and issue items during trace processing. The README notes that auto-detection of LLM providers based on API keys is deprecated and will be removed in a future release, with EMBEDDED_AGENT_PROVIDER now required when multiple provider keys are set.

    Sentry MCP - 1

    Community Discussions

    Be the first to start a conversation about Sentry MCP

    Share your experience with Sentry MCP, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source MCP server for Sentry. Use the hosted remote service at mcp.sentry.dev or self-host via stdio transport.

    • Remote MCP server at mcp.sentry.dev
    • OAuth authentication
    • Stdio transport for self-hosted Sentry
    • Integration with Cursor, Claude Code, VSCode, and more
    • AI-powered issue search (requires own LLM API key)

    Capabilities

    Key Features

    • Natural language querying of Sentry issues and errors
    • AI-powered root cause analysis via Seer integration
    • Stack trace analysis and automated fix suggestions
    • Trace and span inspection
    • AI-powered natural language search for events and issues
    • OAuth authentication for remote transport
    • Stdio transport for self-hosted Sentry deployments
    • Path constraints to scope sessions to org or project
    • Claude Code plugin support with subagent delegation
    • Support for OpenAI, Anthropic, Azure OpenAI, and OpenRouter LLM providers
    • Live browser demo with real Sentry data
    • Skill disabling for self-hosted instances missing features

    Integrations

    Cursor
    Claude Code
    VSCode
    Codex
    Amp
    Gemini CLI
    OpenCode
    Warp
    Windsurf
    Zed
    OpenAI
    Anthropic
    Azure OpenAI
    OpenRouter
    Cloudflare Workers
    Sentry API
    Seer
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Sentry MCP and help others make informed decisions.

    Developer

    Sentry

    Sentry is an application monitoring and debugging platform from Functional Software, Inc. that collects errors, traces, logs, replays, and profiles from production applications and builds AI debugging on top of that data.

    Founded 2011
    San Francisco, CA
    $217M raised
    455 employees

    Used by

    GitHub
    Disney
    Atlassian
    Slack
    +3 more
    Read more about Sentry
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    Figma MCP Server icon

    Figma MCP Server

    An MCP server that brings Figma design context directly into AI agent workflows, enabling code generation from design files and writing native Figma content back to the canvas.

    MDN MCP Server icon

    MDN MCP Server

    An experimental MCP server by Mozilla that gives LLMs and coding agents reliable, up-to-date access to MDN's web platform documentation, search, and browser compatibility data.

    Coplay icon

    Coplay

    AI assistant and MCP server for Unity that lets developers control the Unity Editor using natural language to manage assets, scenes, scripts, and game dev workflows.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    164 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    85 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    689 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions