mcpbeat Sign in

Sentry MCP Server

by getsentry Your server? Claim it
local only

Sentry MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 109 025 installs a week from npm. Last commit 17 Sep 2026.

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

Installs per day peak 34 296 · avg 15 301 · +265% w/w
a month agotoday
109 025
Installs / week
npm · @sentry/mcp-server
855
Stars
72 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions packages/mcp-server-mocks/src/index.ts:1699
          name: "pwn; rm -rf ~ #.dmp",
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    exec(input?: (string | URLPatternInit), baseURL?: string): URLPatternResult | null;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Sentry MCP and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sentry-mcp -- npx -y @sentry/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentry-mcp": {
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentry-mcp]
command = "npx"
args = ["-y", "@sentry/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentry-mcp": {
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentry-mcp": {
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SENTRY_ACCESS_TOKEN (Your Sentry user authentication token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentry MCP

same job, measured the same way
Sentry MCP Server
by friendlygeorge

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

24 installs/wk local only
Ros MCP
by husain-zaidi

MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames.

29 installs/wk local only
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
Riveter
by codywatters

MCP server for Riveter's enrichment, scraping, and monitoring API

118 installs/wk answering
Xitoring
by xitoring

Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.

answering

Sentry MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentry MCP?
Sentry MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sentry/mcp-server was installed 109 025 times last week.
How do I connect Sentry MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sentry/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Sentry MCP?
The npm package @sentry/mcp-server was installed 109 025 times in the last week. Week over week that is +265%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentry MCP open source?
We cannot say either way: written in TypeScript, 855 stars on GitHub and 72 open issues, but we could not determine the licence, and without one the code is not open source by default.