MCP Server
MCP
io.github.Delego-Dev/delego
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
Install
uvx delego
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "delego",
"version": "0.3.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--from",
"type": "positional",
"valueHint": "from-flag"
},
{
"value": "delego[mcp]",
"type": "positional",
"valueHint": "package-with-mcp-extra"
},
{
"value": "delego-mcp",
"type": "positional",
"valueHint": "console-script"
}
],
"environmentVariables": [
{
"description": "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.",
"name": "DELEGO_HOME"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment