Skip to content
Cline

Polyglot SSG MCP for Cline

io.github.hyperpolymath/poly-ssg-mcp

Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more

client:Cline transport:stdio runtime:oci

Install Polyglot SSG MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "poly-ssg-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hyperpolymath/poly-ssg-mcp:main"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Polyglot SSG MCP in other clients