sentinel

MikeLegemah5799/sentinel
★ 0 stars TypeScript AI/LLM Updated 5d ago
Sentinel is an MCP server that scores AI agent responses before they reach a user — a trust layer an agent calls mid-turn, not a dashboard someone checks after the fact.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "MikeLegemah5799/sentinel"
      ]
    }
  }
}

README Excerpt

Sentinel is an MCP server that scores AI agent responses **before** they reach a user — a trust layer an agent calls mid-turn, not a dashboard someone checks after the fact. An agent (or the orchestrator wrapping it) calls a Sentinel tool with the response it's about to send plus the context it was grounded in; Sentinel returns a verdict the caller can act on —