ghost-mcp.md

Ghost MCP

from"ghost"
420

Ghost CMS blog posting and management

CMS & Content
GhostblogpublishingCMS
install.sh
# Clone the repository
$git clone https://github.com/cromewar/ghost-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve