Ask Human
pulsemcp/ask humanEnables escalation of questions to humans through a markdown file-based workflow that prevents hallucinations by providing direct human-in-the-loop responses for critical decisions like database passwords, API endpoints, or architectural choices.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ask_human": {
"url": "None",
"transport": "http"
}
}
}