Skip to content
Windsurf

Polyglot SSG MCP for Windsurf

io.github.hyperpolymath/poly-ssg-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Polyglot SSG MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Polyglot SSG MCP in other clients