Skip to content
Zed

Veridion nexus for Zed

io.github.brano80/veridion-nexus

Veridion Nexus MCP server - GDPR Art. 44-49 runtime compliance for AI agents

client:Zed transport:stdio runtime:npm

Install Veridion nexus 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": {
    "veridion-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "veridion-nexus-mcp"
      ],
      "env": {
        "VERIDION_NEXUS_API_KEY": "<VERIDION_NEXUS_API_KEY>"
      }
    }
  }
}

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

Veridion nexus in other clients