Sentinel
Freeby MCP Community
Scan, score, and enforce security policies on MCP servers. Risk scoring (A-F), SARIF output, policy engine, drift detection, aguara integration, CI/CD gate.
v0.2.3Added Apr 12, 2026
mcpmodel-context-protocolsecuritypolicyscanner
Sentinel MCP Server
Scan, score, and enforce security policies on MCP servers. Risk scoring (A-F), SARIF output, policy engine, drift detection, aguara integration, CI/CD gate.
Installation
npx -y mcp-sentinel
Reviews
Installation
Quick install
npx -y mcp-sentinel
Add to claude_desktop_config.json
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": ["-y", "mcp-sentinel"]
}
}
}