PatchX Freenote Agent for Gemini CLI
io.github.zsts119/patchxnote-agent
PatchX Freenote MCP: summaries, memories, model results and user-approved webhook workflows.
client:Gemini CLI
transport:stdio
runtime:npm
Install PatchX Freenote Agent in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"patchxnote-agent": {
"command": "npx",
"args": [
"-y",
"patchxnote-agent"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs