cortexpad for Gemini CLI
com.cortexpad/cortexpad
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
client:Gemini CLI
transport:streamable-http
Install cortexpad in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cortexpad": {
"httpUrl": "https://api.cortexpad.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