Skip to content
VS Code

Polyglot SSG MCP for VS Code

io.github.hyperpolymath/poly-ssg-mcp

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

client:VS Code transport:stdio runtime:oci

Install Polyglot SSG MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Polyglot SSG MCP in other clients