sentinel-mcp
v0.5.9
Published
Sentinel MCP server — connects GitHub issues to Claude Code sessions
Maintainers
Readme
Sentinel MCP Server
An MCP server that connects GitHub issues to Claude Code. Issues are delivered in real-time. Claude Code fixes them autonomously.
Issues in, pull requests out.
How it works
- A GitHub issue is created in your repository
- Sentinel delivers the issue to Claude Code in real-time via MCP
- Claude Code investigates the codebase, implements a fix, and opens a pull request
No manual intervention required. Sentinel handles the entire workflow from issue to PR.
Quick start
Create a .mcp.json file in your project root:
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": ["-y", "sentinel-mcp@latest"],
"env": {
"SENTINEL_TOKEN": "<your-token>"
}
}
}
}Get your token at usesentinel.tools.
No install needed — npx downloads the server automatically on first run.
Features
- Real-time issue delivery — GitHub issues and comments arrive instantly via WebSocket
- Autonomous fixing — Claude Code sessions investigate, fix, and open PRs automatically
- Session resumption — follow-up comments resume the existing session
- Concurrent sessions — handle multiple issues in parallel
- Custom skills — define reusable instructions for your team's workflows
Environment variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| SENTINEL_TOKEN | Yes | — | Your token from the Sentinel dashboard |
| SENTINEL_MAX_CONCURRENCY | No | 3 | Max parallel Claude Code sessions |
Pricing
- Starter — Free
- Plus — $9/month
- Pro — $19/month
See usesentinel.tools for details.
License
Proprietary. Licensed for use by authorized Sentinel subscribers only. See LICENSE for details.
