handinloop mcp server for Gemini CLI
io.github.lesofi/handinloop-mcp-server
Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.
client:Gemini CLI
transport:stdio
runtime:npm
Install handinloop mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"handinloop-mcp-server": {
"command": "npx",
"args": [
"-y",
"handinloop-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs