This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryAPI key system, REST API with Bearer token authentication, CLI tool, MCP server refactored to use REST API, and MCP bundle (.mcpb) packaging introduced.
Full changelog
LightCMS v1.1.0
AI-native content management system with MCP server, REST API, and CLI tool.
What's New
- API Key System: Create and manage API keys from the admin panel for REST API, MCP, and CLI access
- REST API: Full
/api/v1/JSON API with Bearer token authentication for all resources - CLI Tool:
lightcmscommand-line tool for all content management operations - MCP Refactor: MCP server now connects via REST API — no direct database access needed, enabling remote MCP clients
- MCPB Packaging: MCP bundle files (.mcpb) for streamlined distribution
MCP Bundle Installation
Download the .mcpb file for your platform, or build from source:
go build -o bin/lightcms-mcp ./cmd/mcp
claude mcp add --transport stdio lightcms-mcp \
-e LIGHTCMS_URL="https://your-site.com" \
-e LIGHTCMS_API_KEY="lc_your_key_here" \
-- /path/to/bin/lightcms-mcp
CLI Installation
go build -o bin/lightcms ./cmd/cli
export LIGHTCMS_URL=https://your-site.com
export LIGHTCMS_API_KEY=lc_your_key_here
lightcms content list
See README for full documentation and 10 working MCP examples.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About jonradoff/lightcms
AI-native CMS with 72 MCP tools for managing websites through natural language. Create and publish content, manage templates, assets, snippets, themes, collections, redirects, and multi-site forks — with full content versioning and semantic search.
Beta — feedback welcome: [email protected]