Penlog for Gemini CLI
app.penlog/penlog
Handwritten iPad journal your AI can read and write tasks back to, over MCP.
client:Gemini CLI
transport:streamable-http
Install Penlog in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"penlog": {
"httpUrl": "https://mcp.penlog.app"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs