Skip to content
VS Code

kustodia escrow for VS Code

io.github.rodrigojille/kustodia-escrow

Agentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy

client:VS Code transport:stdio runtime:npm

Install kustodia escrow in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "kustodia-api-key",
      "description": "KUSTODIA_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "kustodia-escrow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kustodia_app/node"
      ],
      "env": {
        "KUSTODIA_API_KEY": "${input:kustodia-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

kustodia escrow in other clients