candor for VS Code
io.github.tombaldwin/candor
Per-function effect analysis for agents: blast radius, what reaches the network, gate verdicts.
client:VS Code
transport:stdio
runtime:npm
Install candor in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "candor-root",
"description": "CANDOR_ROOT",
"password": true
}
],
"servers": {
"candor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"candor-ts"
],
"env": {
"CANDOR_ROOT": "${input:candor-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs