sentry-mcp
Verified Safeby 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
npx @sentry/mcp-server@latest --access-token=sentry-user-tokenEnvironment 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
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.