Sentry Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Sentry Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP Server for comprehensive Sentry monitoring including:
get_slow_transactions - Get slow API endpoints with detailed statsanalyze_transaction_trace - Deep dive into specific transaction tracesget_performance_overview - Overall performance metricscompare_performance - Compare performance across time periodsget_recent_issues - Get latest errors and exceptionsget_issue_details - Detailed issue analysis with stack tracesget_issues_by_route - Group issues by API routecd ~/sentry-mcp
pip install -e .Create .env file:
SENTRY_TOKEN=sntryu_your_token_here
SENTRY_ORG=org-name
SENTRY_PROJECT_ID=547
SENTRY_PROJECT_SLUG=project-slug
SENTRY_BASE_URL=https://sentry.your-org.comAdd to claude.json:
{
"mcpServers": {
"sentry": {
"command": "python",
"args": ["-m", "sentry_mcp"],
"cwd": "~/sentry-mcp",
"env": {
"SENTRY_TOKEN": "your_token",
"SENTRY_ORG": "org-name",
"SENTRY_PROJECT_ID": "547",
"SENTRY_BASE_URL": "https://sentry.your-org.com"
}
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.