PluginBench
MCP Server

Cordon for MCP MCP Server

io.github.marras0914/cordon

What is the Cordon for MCP MCP server?

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

How to install Cordon for MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cordon": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli",
        "start"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cordon": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli",
        "start"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cordon": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli",
        "start"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cordon": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli",
        "start"
      ]
    }
  }
}
Claude Code
claude mcp add cordon -- npx -y @getcordon/cli start

Related MCP servers

19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.

View repository →