Skip to content
Cursor

Polyglot SSG MCP for Cursor

io.github.hyperpolymath/poly-ssg-mcp

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

client:Cursor transport:stdio runtime:oci

Install Polyglot SSG MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Polyglot SSG MCP in other clients