Skip to content
Zed

riv mcp for Zed

io.github.christopher-as/riv-mcp

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

client:Zed transport:stdio runtime:npm

Install riv mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

riv mcp in other clients