★ 464 stars
Go
🤖 AI/LLM
Updated 1mo ago
The open agent control plane. Govern autonomous AI agents with pre-execution policy enforcement, approval gates, and audit trails. Works with LangChain, CrewAI, MCP, and any framework.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cordum": {
"command": "go",
"args": [
"run",
"github.com/cordum-io/cordum@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cordum go run github.com/cordum-io/cordum@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cordum": {
"command": "go",
"args": [
"run",
"github.com/cordum-io/cordum@latest"
]
}
}
}
📋 Copy
Topics
agent-framework agentic-ai ai-agent ai-governance ai-orchestration ai-safety audit-trail autonomous-agents control-plane devops governance human-in-the-loop llm llm-agents mcp