Skip to content
Zed

tokenmonkey for Zed

io.github.lifestylearb/tokenmonkey

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

client:Zed transport:stdio runtime:npm

Install tokenmonkey in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

tokenmonkey in other clients