sitemd
Allows connecting to Airtable databases as a dynamic data source, enabling content fetching and updates from Airtable bases.
Provides user authentication integration with Auth0, allowing login, registration, and user management.
Enables user authentication via Clerk, supporting sign-up, sign-in, and user session management.
Facilitates deployment of the static site to Cloudflare Pages with a single command.
Integrates Fathom Analytics for privacy-focused website analytics, tracking page views and events.
Connects to Firebase for user authentication and real-time dynamic data storage and retrieval.
Integrates Google Analytics for comprehensive website traffic and user behavior tracking.
Integrates PostHog for product analytics, event tracking, and user behavior insights.
Connects to Supabase for user authentication and dynamic data management using PostgreSQL.
sitemd
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.
Quick Start
npm install -g @sitemd-cc/sitemd
sitemd init my-site
cd my-site
npm install
sitemd launchOpen the dev server URL to see your site (port configured in sitemd/settings/build.md, default 4747).
Related MCP server: seite
AI Integration
sitemd ships a single skill for Claude Code and other AI coding agents. The .claude/skills/sitemd/ and .agents/skills/sitemd/ directories route agent intent to CLI commands.
All operations go through the sitemd CLI — run sitemd help for the full command list.
Project Structure
my-site/
sitemd/ <- Product directory
pages/ <- Your markdown content
settings/ <- Site configuration (YAML frontmatter)
theme/ <- CSS and HTML templates
media/ <- Images and assets
site/ <- Built output (gitignored)
site.md <- Project context for AI agents
.claude/skills/sitemd/ <- Claude Code skill
.agents/skills/sitemd/ <- Generic agent skillFeatures
Pages from Markdown — Write content in
.mdfiles with frontmatterNavigation — Header, footer, sidebar groups, dropdowns, search
Themes — Light, dark, paper modes with full color customization
Cards, Embeds, Galleries — Rich content components
Forms — Multi-page forms with conditional logic and webhooks
Analytics — Google Analytics, Plausible, Fathom, PostHog, and more
SEO — OG images, sitemaps, structured data, AI crawler control
User Auth — Supabase, Firebase, Clerk, Auth0, custom API
Dynamic Data — Connect to Supabase, Firebase, Airtable, REST APIs
Deploy —
sitemd deployto Cloudflare, or hostsite/anywhere
CLI Commands
sitemd launch # Start dev server
sitemd deploy # Build and deploy
sitemd status # Project overview
sitemd pages # List pages
sitemd pages create <slug> # Create a page
sitemd clone <url> # Clone a website
sitemd auth login # Log in to your account
sitemd secret set K=V # Set a secret
sitemd config setup # Configure services
sitemd update # Update to latest versionDocumentation
Full docs at sitemd.cc/docs
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceGenerates HTML, CSS, JavaScript components and complete websites using free LLMs (Groq and Google Gemini). Supports multiple AI models for creating web content through natural language prompts.Last updated1
- Alicense-qualityCmaintenanceAI-native static site generator with built-in MCP server and Claude Code integrationLast updated13MIT
- AlicenseBqualityCmaintenanceLightweight content management system for websites, built for the AI eraLast updated7223MIT
- Alicense-qualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.Last updatedMIT
Related MCP Connectors
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sitemd-cc/sitemd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server