Skip to content

Rival Regulatory Toolkit for Zed

io.github.rival-intelligence/rival-regulatory-toolkit

Read-only regulatory source retrieval, citation tracing, authority metadata, and recent filings.

client:Zed transport:stdio runtime:npm

Install Rival Regulatory Toolkit 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": {
    "rival-regulatory-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@tryrival/regulatory-toolkit"
      ],
      "env": {
        "RIVAL_API_KEY": "<RIVAL_API_KEY>",
        "RIVAL_API_BASE_URL": "<RIVAL_API_BASE_URL>",
        "RIVAL_FIXTURE_MODE": "<RIVAL_FIXTURE_MODE>"
      }
    }
  }
}

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

Rival Regulatory Toolkit in other clients