sentry-mcp.md

Sentry MCP

from"getsentry"
1.1k

Official MCP server for Sentry error tracking

Developer Tools
Sentryerrorsmonitoringdebugging
install.sh
# Clone the repository
$git clone https://github.com/getsentry/sentry-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve