Formasty for Gemini CLI
com.formasty/form-builder
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
client:Gemini CLI
transport:streamable-http
Install Formasty in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"form-builder": {
"httpUrl": "https://app.formasty.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