Cordon for MCP✓
io.github.marras0914/cordon · v0.1.17
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.marras0914/cordon",
"description": "Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.",
"title": "Cordon for MCP",
"repository": {
"url": "https://github.com/marras0914/cordon",
"source": "github"
},
"version": "0.1.17",
"websiteUrl": "https://getcordon.com",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "cordon-cli",
"version": "0.1.17",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the Cordon proxy. Reads cordon.config.ts from the current directory.",
"value": "start",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}