← Catalog

integrations/sentry-mcp

Sentry MCP mcp

Read issues, events and stack traces from Sentry, so an agent debugs from the real error.

Third-party software. Forgeprint hosts none of this code: it is an installation recipe for a project somebody else publishes and maintains. Review the permissions below before installing.

Upstream

Projectgetsentry/sentry-mcp
Pinned at0.39.0
Verified on2026-09-23

What it can reach

Reads issues, events and stack traces from the Sentry organisations the token can reach.

It needs SENTRY_ACCESS_TOKEN. Create it at the upstream with the narrowest scope that works and put it in your environment — an agent never enters a secret for you.

Install

claude-code

claude mcp add-json sentry '{"command":"npx","args":["-y","@sentry/mcp-server@0.39.0"],"env":{"SENTRY_ACCESS_TOKEN":"$SENTRY_ACCESS_TOKEN"}}'

codex

codex mcp add sentry --env SENTRY_ACCESS_TOKEN=$SENTRY_ACCESS_TOKEN -- npx -y @sentry/mcp-server@0.39.0

gemini-cli

gemini mcp add sentry -e SENTRY_ACCESS_TOKEN=$SENTRY_ACCESS_TOKEN npx -y @sentry/mcp-server@0.39.0

Only agents whose command syntax has been verified are listed. A missing agent is one nobody has confirmed, not one that does not work.

Read it

README.md