Division One SSG is a satellite repository providing 28 SSG (Static Site Generator) adapters synchronized from the poly-ssg-mcp hub. These adapters enable unified access to diverse static site generators through the Model Context Protocol (MCP).
-
Deno runtime (v1.40+)
-
Target SSG installed (e.g.,
zola,hakyll, etc.)
| Language | SSGs | Adapters |
|---|---|---|
Rust |
Zola, Cobalt, mdBook |
|
Haskell |
Hakyll, Ema |
|
Elixir |
Serum, NimblePublisher, Tableau |
|
Julia |
Franklin, Documenter, StaticWebPages |
|
Clojure |
Cryogen, Perun, Babashka |
|
Racket |
Frog, Pollen |
|
Scala |
Laika, ScalaTex |
|
OCaml |
YOCaml |
|
F# |
Fornax |
|
Kotlin |
Orchid |
|
Swift |
Publish |
|
Crystal |
Marmot |
|
Nim |
Nimrod |
|
D |
Reggae |
|
Tcl |
Wub |
|
Erlang |
Zotonic |
|
Common Lisp |
Coleslaw |
|
Each adapter exports:
-
name- SSG name -
language- Implementation language -
description- Brief description -
connect()- Initialize connection -
disconnect()- Cleanup -
isConnected()- Connection status -
tools[]- Available MCP tools
divisionone-ssg/ ├── adapters/ # 28 SSG adapter implementations ├── .github/ # GitHub workflows and templates ├── META.scm # Architecture decisions ├── ECOSYSTEM.scm # Ecosystem positioning ├── STATE.scm # Project state tracking ├── SECURITY.md # Security policy ├── CONTRIBUTING.md # Contribution guidelines ├── CODE_OF_CONDUCT.md # Community guidelines └── ROADMAP.md # Development roadmap
-
poly-ssg-mcp - Hub repository with unified MCP server
-
Rhodium Standard Repositories - Repository guidelines
See CONTRIBUTING.md for guidelines.
See SECURITY.md for reporting vulnerabilities.
Dual-licensed under MIT OR AGPL-3.0-or-later.