fittok for Gemini CLI
io.github.likhithreddy/fittok
Retrieve only the relevant code for a codebase question, within a token budget.
client:Gemini CLI
transport:stdio
runtime:pypi
Install fittok in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fittok": {
"command": "uvx",
"args": [
"fittok"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs