MCP server exposing the Caelo CMS chat-runner as a `caelo_chat` tool. Lets Claude Code (or any MCP-aware client) drive a Caelo install from outside the browser.
{
"mcpServers": {
"caelo-cmsmcp": {
"command": "npx",
"args": [
"-y",
"@caelo-cms/mcp-server"
]
}
}
}