Runable for Gemini CLI
com.runable/mcp
Run agent tasks, track progress, retrieve files, and search meeting notes with Runable.
client:Gemini CLI
transport:streamable-http
Install Runable in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://api.runable.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs