no_human for Gemini CLI
io.github.no-human-ai/no_human
File a task with your local no_human and check on it: task_add and task_status over stdio.
client:Gemini CLI
transport:stdio
runtime:pypi
Install no_human in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"no_human": {
"command": "uvx",
"args": [
"no-human"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs