xNotepad AI for Gemini CLI
com.xnotepadai/notes
Create, search, and update notes in an xNotepad AI notebook, with semantic search and AI Q&A.
client:Gemini CLI
transport:streamable-http
Install xNotepad AI in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"notes": {
"httpUrl": "https://www.xnotepadai.com/api/mcp/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs