Nora: operate OpenClaw and Hermes fleets through MCP #804
solomon2773
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MCP community — I maintain Nora, an Apache-2.0 self-hosted control plane for running OpenClaw and Hermes agents on Docker or Kubernetes.
We recently shipped
@noraai/mcp-server, a stdio server that lets MCP clients operate the same workspace-scoped REST surface as the Nora CLI. Current tools cover:The safety model is intentionally narrow:
agents:read,agents:write, andmonitoring:read) remain enforced by the control planedelete_agentis not registered unless the operator explicitly setsNORA_MCP_ALLOW_DESTRUCTIVE=trueA Claude Code setup looks like this:
The MCP guide includes the full tool list and Claude Desktop/Cursor configuration.
I would especially value feedback from MCP client and tooling authors on three design questions: tool granularity, whether lifecycle mutations need stronger confirmation semantics, and how best to expose long-running deployment progress without making the tool surface noisy.
Beta Was this translation helpful? Give feedback.
All reactions