human-relay

standardnguyen/human-relay
★ 1 stars Go 💻 Code/Dev Tools Updated today
Human-in-the-loop command execution for AI agents. MCP server with web dashboard — agents request commands, you approve with a click.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}