Odel
Cordon for MCP

Cordon for MCP

Local
@marras09141TypeScriptMITUpdated 1mo ago

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

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).

npm@getcordon/cliv0.3.0

Run

npx -y @getcordon/cli

MCP client config

{
  "mcpServers": {
    "cordon-for-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli"
      ]
    }
  }
}