Home › Cloud & Monitoring › Nora
Nora
Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"nora": {
"command": "npx",
"args": [
"-y",
"@noraai/[email protected]"
],
"env": {
"NORA_API_URL": "<YOUR_VALUE>",
"NORA_API_KEY": "<YOUR_VALUE>",
"NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_VALUE>"
}
}
}
}
NORA_API_URLrequired — 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_KEYrequired 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
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry