Polyglot SSG MCP for Gemini CLI
io.github.hyperpolymath/poly-ssg-mcp
Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more
client:Gemini CLI
transport:stdio
runtime:oci
Install Polyglot SSG MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs