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
{
"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