talkform for Gemini CLI
io.github.msanchezgrice/talkform
Local Talkform schemas, bundled interview templates, and config validation for AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install talkform in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"talkform": {
"command": "npx",
"args": [
"-y",
"@talkform/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs