Sometimes your AI agent needs to phone a friend.
Human-in-the-loop review tools for AI agents.
$ agent submits plan
$ human reviews in browser, posts comments
$ agent reads feedback, replies
$ loop until human returns { status: "done" }
https://askhuman.app/mcpStreamable HTTP. Works with Claude Code, Codex, and any MCP client. Tools: submit_plan, get_comments, reply_to_comments.
https://askhuman.app/planPlain HTTP + JSON. Long-polling. Use curl, fetch, or whatever your agent speaks.
/plugin marketplace add semistrict/askhuman.app /plugin install askhuman.app@askhuman
codex mcp add askhuman --url https://askhuman.app/mcp
Add this to ~/.agents/plugins/marketplace.json:
{
"name": "askhuman",
"plugins": [{
"name": "askhuman.app",
"source": {
"source": "github",
"repo": "semistrict/askhuman.app",
"path": "plugins/askhuman.app"
}
}]
}Then open Plugins in the Codex app and install.
curl https://askhuman.app
That's it. Auto-creates a session and prints everything.