Back to Home
getsentry icon

sentry-mcp

Verified Safe

by getsentry

Overview

A middleware server designed to optimize Sentry API access for human-in-the-loop coding agents, focusing on developer workflows and debugging use cases.

Installation

Run Command
npx @sentry/mcp-server@latest --access-token=sentry-user-token

Environment Variables

  • OPENAI_API_KEY
  • SENTRY_ACCESS_TOKEN
  • SENTRY_CLIENT_ID
  • SENTRY_CLIENT_SECRET
  • COOKIE_SECRET
  • SENTRY_HOST

Security Notes

The project demonstrates strong awareness and active mitigation of prompt injection vulnerabilities in AI agent interactions, explicitly warning against returning untrusted error messages. It utilizes a robust dual OAuth architecture with PKCE, token encryption, and granular scope enforcement for secure client-server and server-Sentry API authentication. Secrets are managed via environment variables. The explicit warning about prompt injection and the detailed error handling philosophy are strong positives, indicating an understanding of these risks. Relaxed linting for `noExplicitAny` and `noDangerouslySetInnerHtml` in `biome.json` is noted.

Similar Servers

Stats

Interest Score90
Security Score8
Cost ClassLow
Avg Tokens477
Stars507
Forks72
Last Update2026-01-19

Tags

Coding AgentsSentry IntegrationDeveloper ToolsDebuggingAPI MiddlewareAI-powered