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).
Run
npx -y @getcordon/cli
MCP client config
{
"mcpServers": {
"cordon-for-mcp": {
"command": "npx",
"args": [
"-y",
"@getcordon/cli"
]
}
}
}