FoxForm for Gemini CLI
io.github.vitorrocha-panda/foxform
Build, publish and read scored forms and quizzes where the score picks the next screen.
client:Gemini CLI
transport:streamable-http
tools:10
Install FoxForm in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"foxform": {
"httpUrl": "https://mcp.foxform.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs