truepane for Gemini CLI
io.github.antonkarliner/truepane
Local MCP server generating complete App Store & Google Play screenshot sets.
client:Gemini CLI
transport:stdio
runtime:npm
Install truepane in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"truepane": {
"command": "npx",
"args": [
"-y",
"truepane-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs