Pibox for Gemini CLI
io.github.psyb0t/pibox
Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.
client:Gemini CLI
transport:stdio
runtime:oci
Install Pibox in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pibox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/pibox:v0.18.4"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs