Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

riv mcp in other clients