AgentHubAgentHub

lightcms

MCP ServerMCP Registry官方收录

io.github.jonradoff/lightcms · v1.1.0

AI-native CMS with 41 MCP tools for managing websites through natural language.

概览

lightcms 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.jonradoff/lightcms",
  "type": "mcp-server",
  "version": "1.1.0",
  "displayName": "lightcms",
  "description": "AI-native CMS with 41 MCP tools for managing websites through natural language.",
  "repository": {
    "url": "https://github.com/jonradoff/lightcms",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/jonradoff/lightcms/releases/download/v1.1.0/lightcms-darwin-arm64.mcpb",
        "version": "1.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LIGHTCMS_URL",
            "description": "URL of your LightCMS instance (e.g., https://example.com or http://localhost:8082)",
            "isRequired": true
          },
          {
            "name": "LIGHTCMS_API_KEY",
            "description": "API key for authentication. Create one in the admin panel at /cm → Settings → API Keys.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jonradoff/lightcms",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jonradoff%2Flightcms/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
lightcms — MCP Server 安装与配置 · AgentHub