Nora 0.1.4 is live in the MCP Registry: self-hosted OpenClaw and Hermes fleet operations #1437
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi — I maintain Nora, an Apache-2.0 self-hosted control plane for operating OpenClaw and Hermes agent fleets.
The operator dashboard for the fleet exposed through the MCP server.
We published the Nora MCP server to the official registry as
io.github.solomon2773/nora, with the current release at0.1.4through@noraai/mcp-server. The npm package was published with provenance, and a clean initialize/list-tools handshake reports 15 default safe tools.The stdio integration exposes:
delete_agentis not registered unlessNORA_MCP_ALLOW_DESTRUCTIVE=trueFor a read-only setup, the API key only needs
agents:readandmonitoring:read. The server runs locally and sends requests directly to the operator's configured Nora deployment.Registry entry:
https://registry.modelcontextprotocol.io/?q=io.github.solomon2773%2Fnora
Source for the published package:
https://github.com/solomon2773/nora/tree/d38024cfce325d9fde6616b11c81628d2d323957/mcp-server
Documentation:
https://noradocs.solomontsao.com/guides/mcp-server
I would particularly value technical feedback on the read-versus-lifecycle tool boundary and whether the least-privilege setup is clear enough in the registry metadata.
All reactions