Skip to content
Grok

nexora for Grok

io.github.felixbaumannkontakt-tech/nexora

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

client:Grok transport:stdio runtime:npm

Install nexora in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

nexora in other clients