Home › Other › delego

delego

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

Python
★ 25 stars Last pushed 2026-06-11 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.3.4)

uvx delego

Or add to your MCP client config:

{
  "mcpServers": {
    "delego": {
      "command": "uvx",
      "args": [
        "delego"
      ],
      "env": {
        "DELEGO_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • DELEGO_HOME — Directory holding the policy, signing keys, and audit ledger (defaults to ~/.delego). Set this to keep state project-scoped, e.g. /abs/path/to/project/.claude/.delego.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry