← Index

io.github.lifestylearb/tokenmonkey

io.github.lifestylearb/tokenmonkey·v0.1.1·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tokenmonkey": {
      "command": "npx",
      "args": [
        "-y",
        "tokenmonkey-mcp-server"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<your-solana_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tokenmonkey": {
      "command": "npx",
      "args": [
        "-y",
        "tokenmonkey-mcp-server"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<your-solana_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tokenmonkey-mcp-server
§02  Environment variables
SOLANA_PRIVATE_KEY
requiredsecret

Base58-encoded Solana private key for the agent's wallet

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other