AI / ML|Security|ProductivityGo
cordum
The open agent control plane for governance, safety, and trust in autonomous AI agents.
N/A rating (0 reviews)0 installs460 GitHub stars
AI GovernancePolicy EnforcementAudit Trails
Cordum provides pre-execution policy enforcement, approval gates, and audit trails for AI agents. It integrates with frameworks like LangChain, CrewAI, and MCP to ensure that enterprises can manage the risks associated with deploying autonomous AI agents.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cordum": {
"args": [
"-y",
"@modelcontextprotocol/server-cordum"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.