RGX — Snap Router + RyRank + Pricing-Truth for Grok
io.github.trigeochiral/rgx
Tool selection, Cohere-compatible reranking, and on-chain pricing-truth for agents
client:Grok
transport:stdio
runtime:pypi
Install RGX — Snap Router + RyRank + Pricing-Truth in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rgx": {
"type": "stdio",
"command": "uvx",
"args": [
"rgx-mcp"
],
"env": {
"RGX_API": "<RGX_API>",
"RGX_XPAYMENT": "<RGX_XPAYMENT>"
}
}
}
}
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