cyberwarex chain data for Grok
io.github.cyberpunk11147/cyberwarex-chain-data
EVM onchain data: wallet, token, price, gas, transactions, ENS across 5 chains.
client:Grok
transport:stdio
runtime:oci
Install cyberwarex chain data in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cyberwarex-chain-data": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cyberpunk11147/cyberwarex-chain-data:1.1.0"
],
"env": {
"CHAIN_X_PAYMENT": "<CHAIN_X_PAYMENT>",
"CHAIN_BASE_URL": "<CHAIN_BASE_URL>"
}
}
}
}
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