Skip to content
VS Code

agents.u.cash for VS Code

io.github.udotcash/agents-u-cash

Non-custodial HTTP-402 crypto payments for AI agents. 86-tool MCP server.

client:VS Code transport:stdio runtime:oci

Install agents.u.cash in VS Code

.vscode/mcp.json

{
  "servers": {
    "agents-u-cash": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.7.1"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agents.u.cash in other clients