tokenmonkey for Grok
io.github.lifestylearb/tokenmonkey
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
client:Grok
transport:stdio
runtime:npm
Install tokenmonkey in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tokenmonkey": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs