stipend.sh for Cursor
io.github.graphiker-australia/stipend
Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.
client:Cursor
transport:stdio
runtime:npm
Install stipend.sh in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stipend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stipend"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs