Odel
CodeY CMS

CodeY CMS

Local
@fpointerdevTypeScriptGPL-2.0Updated 2 days ago

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcodey-cms-mcpv0.1.1

Run

npx -y codey-cms-mcp

MCP client config

{
  "mcpServers": {
    "codey-cms": {
      "command": "npx",
      "args": [
        "-y",
        "codey-cms-mcp"
      ]
    }
  }
}