Install & usage
Zero install. Zero config. One letter grade.
One-shot scan
npx mcp-sentry@latest scan ./path/to/server CI usage (GitHub Actions)
name: security
on: [pull_request]
jobs:
mcp-sentry:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: HUMBLEF0OL/mcp-sentry-action@v1
with:
path: '.'
min-grade: 'C'
github-token: ${{ secrets.GITHUB_TOKEN }} Output formats
Pick one with --format: text (default),
json, sarif, markdown.
Write to a file with --output report.json.
Badge
 The badge reflects the last scan run with --report. See config for setup.