HomeCloud & Monitoring › Nora

Nora

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

TypeScript
★ 53 stars Last pushed 2026-09-21 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y @noraai/mcp-server@0.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "nora": {
      "command": "npx",
      "args": [
        "-y",
        "@noraai/mcp-server@0.1.4"
      ],
      "env": {
        "NORA_API_URL": "<YOUR_VALUE>",
        "NORA_API_KEY": "<YOUR_VALUE>",
        "NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_VALUE>"
      }
    }
  }
}
  • NORA_API_URL required — Base URL of your Nora backend API (e.g. https://nora.example.com). Falls back to NORA_HOST, then the Nora CLI config at ~/.nora/config.json.
  • NORA_API_KEY required secret — Nora workspace API key (nora_…) used to authenticate against the Nora public REST API. Falls back to NORA_TOKEN, then the Nora CLI config.
  • NORA_MCP_ALLOW_DESTRUCTIVE — Set to "true" to enable destructive tools (e.g. delete_agent). Disabled by default.

Related servers

Data from the Official MCP Registry