stipend.sh for Cline
io.github.graphiker-australia/stipend
Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.
client:Cline
transport:stdio
runtime:npm
Install stipend.sh in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"stipend": {
"command": "npx",
"args": [
"-y",
"stipend"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs