Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@webhouse/cms-mcp-server

Authenticated read+write Model Context Protocol server for @webhouse/cms. Enables AI assistants to create, update, and manage CMS content with API key authentication.

Installation

npm install @webhouse/cms-mcp-server

Usage

import { createMcpServer } from "@webhouse/cms-mcp-server";

const server = createMcpServer({
  siteUrl: "https://my-site.example.com",
  apiKey: process.env.CMS_MCP_API_KEY,
});

// The MCP server exposes authenticated tools for creating,
// updating, publishing, and managing CMS content.

Documentation

See the main repository for full documentation.

License

MIT