NoteMCP for Gemini CLI
io.github.jithinlalk25/notemcp
Shared Markdown notes for MCP-compatible AI tools.
client:Gemini CLI
transport:streamable-http
Install NoteMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"notemcp": {
"httpUrl": "https://note-mcp.vercel.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