riv mcp for Grok
io.github.christopher-as/riv-mcp
Riv MCP: spend authorization and governed trading (place_order, positions, market data, policies).
client:Grok
transport:stdio
runtime:npm
Install riv mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"riv-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<RIV_API_KEY>",
"RIV_API_URL": "<RIV_API_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