Skip to content
Zed

stipend.sh for Zed

io.github.graphiker-australia/stipend

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

client:Zed transport:stdio runtime:npm

Install stipend.sh in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stipend": {
      "command": "npx",
      "args": [
        "-y",
        "stipend"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stipend.sh in other clients