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
{
"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