templates for Gemini CLI
io.github.theluckystrike/templates
Reusable docx templates: placeholders for proposals, contracts, quotes, SOWs.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:14
Install templates in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"templates": {
"httpUrl": "https://mcp.zovo.one/mcp/templates"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs