Human-in-the-loop command execution for AI agents. MCP server with web dashboard — agents request commands, you approve with a click.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"human-relay": {
"command": "go",
"args": [
"run",
"github.com/standardnguyen/human-relay@latest"
]
}
}
}
Run in terminal:
claude mcp add human-relay go run github.com/standardnguyen/human-relay@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"human-relay": {
"command": "go",
"args": [
"run",
"github.com/standardnguyen/human-relay@latest"
]
}
}
}