Loading MCP server directory, please wait...
Give agents an ask_human tool: escalate decisions to real people and get judgments back.
npx @getmcp/cli add ai.thrain/askhumanRequires Node.js 18+. Community-contributed server. Review source before installing.
ASKHUMAN_API_KEYAskHuman API key (get one at https://askhuman.thrain.ai)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.thrain/askhuman": {
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
],
"env": {
"ASKHUMAN_API_KEY": "",
"ASKHUMAN_BASE_URL": ""
}
}
}
}