Flyto2 Runtime for Gemini CLI
io.github.flytohub/flyto-runtime
Self-hosted MCP runtime for ChatGPT to edit files, run commands, and test local projects.
client:Gemini CLI
transport:streamable-http
Install Flyto2 Runtime in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flyto-runtime": {
"httpUrl": "https://{runtime_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