Skip to content
Zed

veris for Zed

io.github.jakeyoung1/veris

Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.

client:Zed transport:stdio runtime:npm

Install veris 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": {
    "veris": {
      "command": "npx",
      "args": [
        "-y",
        "veris-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "SEC_USER_AGENT": "<SEC_USER_AGENT>"
      }
    }
  }
}

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

veris in other clients