What is the Polyglot SSG MCP MCP server?
Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more
How to install Polyglot SSG MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"poly-ssg-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Claude Code
claude mcp add poly-ssg-mcp -- docker run -i --rm ghcr.io/hyperpolymath/poly-ssg-mcp:mainRelated MCP servers
Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more
View repository →