Skip to content
Windsurf

riv mcp for Windsurf

io.github.christopher-as/riv-mcp

Riv MCP: spend authorization and governed trading (place_order, positions, market data, policies).

client:Windsurf transport:stdio runtime:npm

Install riv mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "riv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@riv-io/mcp"
      ],
      "env": {
        "RIV_API_KEY": "<RIV_API_KEY>",
        "RIV_API_URL": "<RIV_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

riv mcp in other clients