idios for VS Code
io.github.honeytones/idios
Private escrow for AI agent work on Beam: verifiable delivery, worker collateral, M of N disputes.
client:VS Code
transport:stdio
runtime:pypi
Install idios in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "idios-wallet-pass",
"description": "IDIOS_WALLET_PASS",
"password": true
}
],
"servers": {
"idios": {
"type": "stdio",
"command": "uvx",
"args": [
"idios-mcp-server"
],
"env": {
"IDIOS_WALLET_PASS": "${input:idios-wallet-pass}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs