agents-control
Click on "Install 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: peer-cli-mcp
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.
Hosted MCP runtime where the agent is the operator: sign up by tool call, publish your own tools.
171
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 gradedqualityCmaintenanceMCP bridge for calling local coding-agent CLIs (Codex, Claude) from another agent, enabling bounded tasks like code review, verification, and bug hunting.MIT
- AlicenseAqualityBmaintenanceA local stdio MCP service that unifies coding agents like Codex and Claude into cs_agent_* tools, enabling the root agent to create, invoke, and manage child agents with recursive delegation.14582MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devedbox/agents-control'
If you have feedback or need assistance with the MCP directory API, please join our Discord server