AI / MLTypeScript

deterministic-agent-control-protocol

A governance gateway for AI agents that ensures every action is bounded, auditable, reversible, and explainable.

Free
N/A rating (0 reviews)0 installs143 GitHub stars
AI governanceMCPauditing

The Deterministic Agent Control Protocol (MCP) serves as a governance gateway for AI agents, providing a framework that makes agent actions transparent and accountable. It works seamlessly with various AI models, including Cursor, Claude Code, and Codex, while also offering support for shell command governance and a language-agnostic HTTP API. This allows users to implement robust governance rules that protect sensitive information and ensure compliance with organizational policies. With features like blocking unauthorized access to sensitive files and enabling detailed auditing of agent actions, the MCP enhances the security and reliability of AI interactions. The protocol is designed to be user-friendly, allowing users to set up governance rules easily and monitor agent behavior effectively, making it an essential tool for organizations leveraging AI technologies.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "deterministic-agent-control-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-deterministic-agent-control-protocol"
      ]
    }
  }
}

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.

Permissions

ok0
ok1
deterministic-agent-control-protocol MCP Server — MCPNest — MCPNest