humanlayer/agentcontrolplane
ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control. It is designed for outer-loop agents that run without supervision, and make asynchronous tool calls like requesting human feedback on key operations. Full MCP support.
Platform-specific configuration:
{
"mcpServers": {
"agentcontrolplane": {
"command": "npx",
"args": [
"-y",
"agentcontrolplane"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...