Skip to content
Cursor

agents.u.cash for Cursor

io.github.udotcash/agents-u-cash

Non-custodial HTTP-402 crypto payments for AI agents. 86-tool MCP server.

client:Cursor transport:stdio runtime:oci

Install agents.u.cash in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agents-u-cash": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.7.1"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agents.u.cash in other clients