Pabs for Gemini CLI
io.github.pdunovits/pabs-mcp
The decision layer between an idea and a digital product that works.
client:Gemini CLI
transport:streamable-http
Install Pabs in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pabs-mcp": {
"httpUrl": "https://pabs.co.nz/api/mcp/{token}"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs