Skip to content

jonradoff/lightcms

v1.1.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

Published 3mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-workflow content-management-system mcp website-development websites

Affected surfaces

auth

Summary

AI summary

API 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: lightcms command-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

Track jonradoff/lightcms

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]