Cordon for MCP for Grok
io.github.marras0914/cordon
Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.
client:Grok
transport:stdio
runtime:npm
Install Cordon for MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cordon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getcordon/cli"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs