livepilot for Gemini CLI
io.github.dreamrec/livepilot
317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer
client:Gemini CLI
transport:stdio
runtime:npm
Install livepilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs