mcpbeat Sign in

Sentry MCP Server

local only

Sentry MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 6 Jun 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 25 · avg 11 · -46% w/w
a month agotoday
24
Installs / week
npm · sentry-mcp-server
0
Stars
0 open issues
6 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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-server -- npx -y sentry-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentry-mcp-server": {
      "args": [
        "-y",
        "sentry-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentry-mcp-server]
command = "npx"
args = ["-y", "sentry-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentry-mcp-server": {
      "args": [
        "-y",
        "sentry-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentry-mcp-server": {
      "args": [
        "-y",
        "sentry-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SENTRY_AUTH_TOKEN (Sentry auth token from Settings → Auth Tokens. Needs org:read, project:read, event:read, issue:read, issue:write scopes.), SENTRY_BASE_URL (Sentry API base URL. Defaults to https://sentry.io/api/0/. Override for self-hosted Sentry.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentry MCP Server

same job, measured the same way
Sentry MCP
by getsentry

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

109 025 installs/wk local only
Prometheus MCP Server
by pab1it0

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

35 installs/wk local only
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

41 installs/wk local only
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only
I
Perceptdot Sentry
by perceptdot

AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com

33 installs/wk local only
Playwright Trace Decoder MCP
by vola-trebla

MCP server for unpacking and analyzing Playwright trace.zip archives

49 installs/wk local only
Leaf
by readwithleaf

AI assistant integration for Leaf — track books, log reading sessions, and manage your library.

answering

Sentry MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentry MCP Server?
Sentry MCP Server 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 24 times last week.
Is Sentry MCP Server still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Sentry MCP Server?
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 Server?
The npm package sentry-mcp-server was installed 24 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentry MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.