Jade Note for Gemini CLI
app.jadenote/jade-note
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
client:Gemini CLI
transport:streamable-http
Install Jade Note in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"jade-note": {
"httpUrl": "https://api.jadenote.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs