Skip to content
Sentry

SentryMCP Server

Added to Onei
1 views

Summary

Sentry's official MCP server — investigate errors and issues, inspect events, and use Seer for root-cause analysis.

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Sentry" tools will be available.
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sentry.dev/mcp"
      ]
    }
  }
}

Description

Sentry's official MCP server. It connects an agent to your Sentry organization to list and inspect issues and events, pull stack traces, and trigger Seer's AI root-cause analysis — bringing production error context directly into an assistant. Available as a hosted remote server or via npx.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views
Browse all MCP servers →