File a task with your local no_human and check on it: task_add and task_status over stdio.
claude mcp add no_human -- uvx no-human
claude_desktop_config.json
{
"mcpServers": {
"no_human": {
"command": "uvx",
"args": [
"no-human"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"no_human": {
"command": "uvx",
"args": [
"no-human"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"no_human": {
"command": "uvx",
"args": [
"no-human"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"no_human": {
"type": "stdio",
"command": "uvx",
"args": [
"no-human"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"no_human": {
"command": "uvx",
"args": [
"no-human"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.no-human-ai--no_human/reviews or the review_server meta-tool.
POST /mcp