loading…
Search for a command to run...
loading…
Static site generator / website building toolkit for AI coding agents like Claude, Codex, Cursor, Gemini, OpenClaw, etc. No subscription, no lock-in — host your
Static site generator / website building toolkit for AI coding agents like Claude, Codex, Cursor, Gemini, OpenClaw, etc. No subscription, no lock-in — host your site anywhere.
Websites from Markdown. Built for AI coding assistants.
sitemd turns a folder of markdown files into a production-ready static website with navigation, search, themes, forms, analytics, SEO, and more — all configured through simple settings files.
git clone https://github.com/sitemd-cc/sitemd.git my-site
cd my-site
./sitemd/install
./sitemd/sitemd launch
Open the dev server URL to see your site (port configured in sitemd/settings/build.md, default 4747). No Node.js required.
sitemd includes an MCP server that works with Claude Code, Gemini CLI, and Codex CLI. The .mcp.json at the project root configures it automatically.
Available MCP tools: page management, content generation, site status, settings, deploy, clone, and more.
my-site/
sitemd/ ← Product directory
sitemd ← Compiled binary
install ← Bootstrap script (downloads binary)
pages/ ← Your markdown content
settings/ ← Site configuration (YAML frontmatter)
theme/ ← CSS and HTML templates
media/ ← Images and assets
site/ ← Built output (gitignored)
site.md ← Setup instructions
.md files with frontmattersitemd deploy to Cloudflare, or host site/ anywhere./sitemd/sitemd launch # Start dev server
./sitemd/sitemd deploy # Build and deploy
./sitemd/sitemd clone <url> # Clone a website into this project
./sitemd/sitemd auth login # Log in to your account
./sitemd/sitemd config setup # Configure services
./sitemd/sitemd scratch # Reset to blank-slate
./sitemd/sitemd update # Update to latest version
Full docs at sitemd.cc/docs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sitemd": {
"command": "npx",
"args": []
}
}
}