Odel
scopeblind gateway

scopeblind gateway

Local
@scopeblind9TypeScriptMITUpdated 2mo ago

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprotect-mcpv0.10.0

Run

npx -y protect-mcp

MCP client config

{
  "mcpServers": {
    "scopeblind-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "protect-mcp"
      ]
    }
  }
}