Synchronex for Gemini CLI
ai.synchronex/mcp-proxy
Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.
client:Gemini CLI
transport:stdio
runtime:npm
Install Synchronex in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-proxy": {
"command": "npx",
"args": [
"-y",
"@synchronex/mcp-proxy"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs