When your AI agent starts hallucinating endpoints or making confident but wrong assumptions, this server gives it a way to ask you directly instead. It exposes an ask_human() function that writes questions to a local ask_human.md file, waits for you to replace "PENDING" with your answer, then returns that response to the agent. Works with any MCP client through standard stdio transport. Handles concurrent questions, timeouts, and file rotation automatically. Essentially turns AI overconfidence into a mentoring session where the agent raises its hand when stuck rather than guessing wrong.
claude mcp add --transport stdio masony817-ask-human-mcp uvx ask-human-mcp