rtcf for Gemini CLI
io.github.hengkp/rtcf
Turns rough requests into sharp Role/Task/Context/Format prompts. Thai and English.
client:Gemini CLI
transport:streamable-http
tools:3
Install rtcf in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rtcf": {
"httpUrl": "https://rtcf.happlen.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