✅ Installation successful

PageWeave CMS is running. Manage this site from your AI coding agent over MCP.

✅ MCP is enabled.

MCP endpoint

https://pageweave-cms-demo.staging.webhafen.com/mcp

Connect your agent (OpenCode)

Add this to your OpenCode config (see the MCP servers docs):

{
    "mcp": {
        "pageweave-cms": {
            "type": "remote",
            "url": "https://pageweave-cms-demo.staging.webhafen.com/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_MCP_KEY"
            }
        }
    }
}

Next steps

Ask your agent: “Create a homepage for my site.” It will overwrite this page.


Source: https://github.com/PageWeave/cms · PageWeave CMS · AGPL-3.0-or-later