
Deterministic Agent Control Protocol
by elliot35
Governance gateway for AI agents providing bounded, auditable, and session-aware control via MCP proxy.
What it does
Deterministic Agent Control Protocol (det-acp) acts as a governance layer between AI agents and the tools they execute. It ensures that every action is bounded by policy, auditable via a tamper-evident ledger, and reversible, preventing unauthorized access to sensitive files (like .env) or dangerous commands.
Tools
policy_evolution_approve: Allows users to approve minimal policy changes when an action is denied.file:read/write/delete: Scoped filesystem operations with auditing.command:run: Controlled execution of allow-listed binaries.git:diff/apply/commit: Managed version control operations with rollback support.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"det-acp": {
"command": "npx",
"args": ["-y", "@det-acp/core", "proxy", "--policy", "/path/to/your/policy.yaml"]
}
}
}
Supported hosts
Cursor, Claude Code, Codex, Claude Desktop
Quick install
npm i @det-acp/coreInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






