Odel
Nora

Nora

Local
@solomon277349TypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@noraai/mcp-serverv0.1.4

Run

npx -y @noraai/mcp-server

MCP client config

{
  "mcpServers": {
    "nora": {
      "command": "npx",
      "args": [
        "-y",
        "@noraai/mcp-server"
      ]
    }
  }
}