craft-herald

craftpulse/craft-herald
★ 0 stars PHP AI/LLM Updated today
Herald — MCP (Model Context Protocol) server for Craft CMS 5. Exposes Craft internals to AI agents over stdio (Free) and Streamable HTTP (Pro).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "craft-herald": {
      "command": "npx",
      "args": [
        "-y",
        "craftpulse/craft-herald"
      ]
    }
  }
}