EdgeLock Trading Journal for Gemini CLI
app.edgelock/journal
Query your trades, stats, and journal in EdgeLock and log new entries by chat. OAuth; free account.
client:Gemini CLI
transport:streamable-http
Install EdgeLock Trading Journal in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"journal": {
"httpUrl": "https://mcp.edgelock.app"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs