Give agents an ask_human tool: escalate decisions to real people and get judgments back.
claude mcp add askhuman -- npx -y @thrain/askhuman-mcp
claude_desktop_config.json
{
"mcpServers": {
"askhuman": {
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"askhuman": {
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"askhuman": {
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"askhuman": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"askhuman": {
"command": "npx",
"args": [
"-y",
"@thrain/askhuman-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.thrain--askhuman/reviews or the review_server meta-tool.
POST /mcp