scoreflow for Gemini CLI
io.github.8infinitelabs/scoreflow
Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop.
client:Gemini CLI
transport:stdio
runtime:npm
Install scoreflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"scoreflow": {
"command": "npx",
"args": [
"-y",
"@scoreflow/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs