Skip to content
Gemini CLI

AI2Human for Gemini CLI

io.github.richard7463/ai2human-mcp

Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.

client:Gemini CLI transport:stdio runtime:pypi

Install AI2Human in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ai2human-mcp": {
      "command": "uvx",
      "args": [
        "ai2human-mcp"
      ],
      "env": {
        "AI2HUMAN_API_KEY": "<AI2HUMAN_API_KEY>",
        "AI2HUMAN_AGENT_KEY": "<AI2HUMAN_AGENT_KEY>",
        "AI2HUMAN_BASE_URL": "<AI2HUMAN_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AI2Human in other clients