mcp-sentry

jai-krishna-0921/mcp-sentry
★ 0 stars Shell Security Updated today
Zero-trust security gateway for MCP traffic: a Go sidecar proxy that inspects every JSON-RPC message between agents and MCP servers (schema validation, injection detection, tool-level RBAC, OTel audit).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sentry": {
      "command": "npx",
      "args": [
        "-y",
        "jai-krishna-0921/mcp-sentry"
      ]
    }
  }
}