TablePredict for Gemini CLI
io.github.nodeblur/tablepredict
Build validated football table and World Cup group prediction links with TablePredict.
client:Gemini CLI
transport:streamable-http
tools:3
Install TablePredict in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tablepredict": {
"httpUrl": "https://tablepredict.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs