thoughts for Gemini CLI
ai.thoughtbox.api/thoughts
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
client:Gemini CLI
transport:streamable-http
Install thoughts in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"thoughts": {
"httpUrl": "https://api.thoughtbox.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs