Vintage for Gemini CLI
io.github.rezasoleymanifar/vintage
Free financial data from eleven sources behind six verbs, point-in-time where the source allows.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Vintage in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vintage": {
"command": "uvx",
"args": [
"vintage-mcp"
],
"env": {
"VINTAGE_USER_AGENT": "<VINTAGE_USER_AGENT>",
"FRED_API_KEY": "<FRED_API_KEY>",
"VINTAGE_CACHE_DIR": "<VINTAGE_CACHE_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs