Arcaeon Adapter for Gemini CLI
io.arcaeon/adapter
MCP stdio proxy that logs the tool-call seam to the ledger without the agent's cooperation
client:Gemini CLI
transport:stdio
runtime:pypi
Install Arcaeon Adapter in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"adapter": {
"command": "uvx",
"args": [
"arcaeon-adapter"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs