RillCoin for Grok
io.github.rillcoin/rill
AI agent wallets, Proof of Conduct reputation, and concentration decay on L1
client:Grok
transport:stdio
runtime:npm
Install RillCoin in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rillcoin/mcp"
],
"env": {
"RILL_FAUCET_URL": "<RILL_FAUCET_URL>",
"RILL_EXPLORER_URL": "<RILL_EXPLORER_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