agents-control
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agents-controlcheck the status and health of the openclaw agent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agents-control
Stdio MCP that lets one coding agent operate another: status, redacted config, allowlisted-or-confirmed writes, logs, doctor/fix, debug, CLI, gateway restart.
Same Mac, same user. This is a structured control plane, not a new security boundary.
Peers
| Rich config/doctor/logs/restart |
|
| yes | yes |
| yes | yes |
| version/status (+ extras) | yes |
npx agents-control --list-peers--peer openclaw is what Hermes should run (to control OpenClaw).--peer hermes is what OpenClaw should run (to control Hermes).
Related MCP server: Engineering Knowledge Graph MCP Server
Tools
Tool | Notes |
| version / health / channels when the CLI has them |
|
|
| read-only |
| redacted; |
| local only, never uploaded |
| omit path = full dump; secrets redacted |
| any path; secret-like paths need |
| only the peer binary, no shell; destructive flags need |
|
|
On peers without a config/doctor CLI, those tools return a short “use cli” message instead of failing the whole server.
Install
git clone https://github.com/devedbox/agents-control.git
cd agents-control
npm installHermes → OpenClaw (~/.hermes/config.yaml)
mcp_servers:
openclaw-control:
command: node
args:
- /ABS/PATH/agents-control/src/index.js
- --peer
- openclaw
timeout: 180OpenClaw → Hermes
openclaw mcp set hermes-control \
'{"command":"node","args":["/ABS/PATH/agents-control/src/index.js","--peer","hermes"]}'Add more servers the same way (--peer opencode, --peer claude, …).
Policy
Reads are redacted (
token/password/apiKey/ …).Secret writes,
doctor --fix, restart,uninstall,--no-redactrequireconfirm=true.cliisexecFile(peer, argv)— nobash -c.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP learning coach for coding agents.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables coding agents to use a real debugger (Python via debugpy) for launching, attaching, setting breakpoints, stepping through code, inspecting stack frames, and evaluating expressions through MCP tools.27MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.0MIT

Agentomy MCP Gatewayofficial
AlicenseNot gradedqualityBmaintenanceGoverns any stdio MCP server by interposing between the agent and the server, enforcing policy on every tools/call and refusing denied actions before they reach the upstream server.8 npmApache 2.0- AlicenseNot gradedqualityBmaintenanceEnables MCP clients and external AI supervisors to oversee and steer native Codex sessions through a thin local stdio bridge. It exposes eleven codex_* supervisory tools for tasks such as listing threads, starting turns, observing progress, steering, responding to approvals, interrupting, checkpointing, and rolling over work.MIT