Skip to content
Gemini CLI

aiko for Gemini CLI

io.github.masa-san-jp/aiko

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

client:Gemini CLI transport:stdio runtime:npm

Install aiko 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": {
    "aiko": {
      "command": "npx",
      "args": [
        "-y",
        "aiko-mcp"
      ],
      "env": {
        "AIKO_HOME": "<AIKO_HOME>",
        "AIKO_PERSONA_ID": "<AIKO_PERSONA_ID>",
        "AIKO_USER_PROFILE": "<AIKO_USER_PROFILE>"
      }
    }
  }
}

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

aiko in other clients