Skip to content
Cursor

Veridion nexus for Cursor

io.github.brano80/veridion-nexus

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

client:Cursor transport:stdio runtime:npm

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

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

Veridion nexus in other clients