Skip to content
Cursor

tokenmonkey for Cursor

io.github.lifestylearb/tokenmonkey

P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.

client:Cursor transport:stdio runtime:npm

Install tokenmonkey in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tokenmonkey": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tokenmonkey-mcp-server"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
      }
    }
  }
}

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

tokenmonkey in other clients