Artel for Gemini CLI
io.github.nicolasprimeau/artel
Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect.
client:Gemini CLI
transport:streamable-http
Install Artel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"artel": {
"httpUrl": "https://{artel_host}/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs