Home /
AI/LLM / deterministic-agent-control-protocol
Governance gateway for AI agents — bounded, auditable, session-aware control with MCP proxy, shell proxy & HTTP API. Works with Cursor, Claude Code, Codex, and any MCP-compatible agent.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"deterministic-agent-": {
"command": "npx",
"args": [
"-y",
"elliot35/deterministic-agent-control-protocol"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add deterministic-agent- npx -y elliot35/deterministic-agent-control-protocol
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"deterministic-agent-": {
"command": "npx",
"args": [
"-y",
"elliot35/deterministic-agent-control-protocol"
]
}
}
}
📋 Copy
Topics
agent-control agent-governance ai-agent ai-governance ai-safety ai-security ai-tools audit-log claude-code codex cursor deterministic gateway llm mcp