pil for Gemini CLI
io.github.pjpoulose/pil
PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.
client:Gemini CLI
transport:stdio
runtime:pypi
Install pil in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pil": {
"command": "uvx",
"args": [
"personal-instagram-library"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs