formpaste for Gemini CLI
com.formpaste/formpaste
Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:6
Install formpaste in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"formpaste": {
"httpUrl": "https://api.formpaste.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs