Skip to content
Grok

Polyglot SSG MCP for Grok

io.github.hyperpolymath/poly-ssg-mcp

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

client:Grok transport:stdio runtime:oci

Install Polyglot SSG MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Polyglot SSG MCP in other clients