f1verse for Gemini CLI
io.github.jinsim/f1verse
Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.
client:Gemini CLI
transport:stdio
runtime:pypi
Install f1verse in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"f1verse": {
"command": "uvx",
"args": [
"f1verse"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs