Serversio.github.jonradoff/lightcms
L

io.github.jonradoff/lightcms

io.github.jonradoff/lightcms · v1.1.0
▦ other
v1.1.0other mcpb: https://github.com/jonradoff/lightcms/releases/download/v1.1.0/lightcms-darwin-arm64.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jonradoff/lightcms",
  "description": "AI-native CMS with 41 MCP tools for managing websites through natural language.",
  "repository": {
    "url": "https://github.com/jonradoff/lightcms",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/jonradoff/lightcms/releases/download/v1.1.0/lightcms-darwin-arm64.mcpb",
      "version": "1.1.0",
      "fileSha256": "5777bf754d6bdaef9e00361dfb821f88ae8190ed4420c15d571de06afd66564e",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your LightCMS instance (e.g., https://example.com or http://localhost:8082)",
          "isRequired": true,
          "format": "string",
          "name": "LIGHTCMS_URL"
        },
        {
          "description": "API key for authentication. Create one in the admin panel at /cm → Settings → API Keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LIGHTCMS_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}