Skip to content
Grok

stipend.sh for Grok

io.github.graphiker-australia/stipend

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

client:Grok transport:stdio runtime:npm

Install stipend.sh in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

stipend.sh in other clients