Nora
About
Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NORA_API_URL NORA_API_KEY NORA_MCP_ALLOW_DESTRUCTIVEClaude Code
claude mcp add --env NORA_API_URL= --env NORA_API_KEY= --env NORA_MCP_ALLOW_DESTRUCTIVE= nora -- npx @noraai/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"nora","command":"npx","args":["@noraai/mcp-server"],"env":{"NORA_API_URL":"","NORA_API_KEY":"","NORA_MCP_ALLOW_DESTRUCTIVE":""}}'
JSON
{
"mcpServers": {
"nora": {
"command": "npx",
"args": [
"@noraai/mcp-server"
],
"env": {
"NORA_API_URL": "",
"NORA_API_KEY": "",
"NORA_MCP_ALLOW_DESTRUCTIVE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.