stockr mcp for Gemini CLI
io.github.tmtysk/stockr-mcp
Save insights from AI chats to the Stockr journaling app and let AI read your past reflections.
client:Gemini CLI
transport:streamable-http
Install stockr mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stockr-mcp": {
"httpUrl": "https://mcp.stockr.biz"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs