Fresh Jots for Gemini CLI
io.github.goran-arsov/freshjots-mcp
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install Fresh Jots in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"freshjots-mcp": {
"httpUrl": "https://freshjots.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs