Skip to content
Cursor

riv mcp for Cursor

io.github.christopher-as/riv-mcp

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

client:Cursor transport:stdio runtime:npm

Install riv mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

riv mcp in other clients