Skip to content
Grok

Nora for Grok

io.github.solomon2773/nora

Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.

client:Grok transport:stdio runtime:npm

Install Nora 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": {
    "nora": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@noraai/mcp-server"
      ],
      "env": {
        "NORA_API_URL": "<NORA_API_URL>",
        "NORA_API_KEY": "<NORA_API_KEY>",
        "NORA_MCP_ALLOW_DESTRUCTIVE": "<NORA_MCP_ALLOW_DESTRUCTIVE>"
      }
    }
  }
}

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

Nora in other clients