Skip to content
Cursor

nexora for Cursor

io.github.felixbaumannkontakt-tech/nexora

NEXORA: Tools fuer Vertrieb, Website-Verwaltung und Holding-Verwaltung (LiveRelay Group).

client:Cursor transport:stdio runtime:npm

Install nexora 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": {
    "nexora": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ],
      "env": {
        "NEXORA_DATA_DIR": "<NEXORA_DATA_DIR>"
      }
    }
  }
}

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

nexora in other clients