Back to Browse

Nora MCP Server

Developer ToolsLow Risk9.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.2
Low Risk9.2Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 1 known CVE in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

15 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

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.Optional

Environment variable: NORA_API_URL

Nora workspace API key (nora_…) used to authenticate against the Nora public REST API. Falls back to NORA_TOKEN, then the Nora CLI config.Required

Environment variable: NORA_API_KEY

Set to "true" to enable destructive tools (e.g. delete_agent). Disabled by default.Optional

Environment variable: NORA_MCP_ALLOW_DESTRUCTIVE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-solomon2773-nora": {
      "env": {
        "NORA_API_KEY": "your-nora-api-key-here",
        "NORA_API_URL": "your-nora-api-url-here",
        "NORA_MCP_ALLOW_DESTRUCTIVE": "your-nora-mcp-allow-destructive-here"
      },
      "args": [
        "-y",
        "@noraai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!