Skip to content
VS Code

stipend.sh for VS Code

io.github.graphiker-australia/stipend

Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.

client:VS Code transport:stdio runtime:npm

Install stipend.sh in VS Code

.vscode/mcp.json

{
  "servers": {
    "stipend": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stipend"
      ]
    }
  }
}

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

stipend.sh in other clients