SAGE Wrapper for Gemini CLI
io.github.psycgod/sage
Command wrapper MCP server for coding agents, compression, workflows, and local automation.
client:Gemini CLI
transport:stdio
runtime:pypi
Install SAGE Wrapper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sage": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs