Algernon MCP for Gemini CLI
io.github.sammyboi81/algernon
Fan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Algernon MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"algernon": {
"command": "uvx",
"args": [
"algernon-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs