three.ws Autopilot for Gemini CLI
io.github.nirholas/autopilot-mcp
Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.
client:Gemini CLI
transport:stdio
runtime:npm
Install three.ws Autopilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"autopilot-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<THREE_WS_API_KEY>",
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs