Catalog
io.github.Delego-Dev/delego
Officialby Delego-Dev · Python
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
Intent-bound authorization framework for AI agents with policy approval and audit trails.
Topics
ai-agentsauditauthorizationconfused-deputyllm-agentsmcppythonsecurity
README not available yet.
Install
Configuration
Environment variables
DELEGO_HOMEDirectory 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.
Arguments
from-flagdefault --frompackage-with-mcp-extradefault delego[mcp]console-scriptdefault delego-mcpclaude_desktop_config.json
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"delego"
],
"env": {
"DELEGO_HOME": "<YOUR_DELEGO_HOME>"
}
}
}
}