delego for VS Code
io.github.delego-dev/delego
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
client:VS Code
transport:stdio
runtime:pypi
Install delego in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "delego-home",
"description": "DELEGO_HOME",
"password": true
}
],
"servers": {
"delego": {
"type": "stdio",
"command": "uvx",
"args": [
"delego"
],
"env": {
"DELEGO_HOME": "${input:delego-home}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs