★ 5 stars
Rust
🤖 AI/LLM
Updated 12d ago
Policy engine for AI agents — enforceable rules, risk limits, approval gates, obligation tracking, and violation detection. One .acon file. Rust core + MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-contract": {
"command": "cargo",
"args": [
"run",
"--",
"agentic-contract"
]
}
}
}
Run in terminal:
claude mcp add agentic-contract cargo run -- agentic-contract
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-contract": {
"command": "cargo",
"args": [
"run",
"--",
"agentic-contract"
]
}
}
}
Topics
agent-safetyagenticai-agentsbinary-formatclaudecontractcursorgovernancemcpmodel-context-protocolpolicy-enginepythonrisk-managementrust