@8ux-co/eelzap-mcp-server
v0.2.1
Published
Standalone MCP server for the Eel Zap CMS
Readme
@8ux-co/eelzap-mcp-server
Standalone MCP server for the Eel Zap CMS.
Install
npm install -g @8ux-co/eelzap-mcp-serverConfiguration
Set these environment variables before starting the server:
EELZAP_API_KEYEELZAP_BASE_URL(optional, defaults tohttps://api.eelzap.com)
Development
npm install
npm run build
npm testUsage
Run from npm:
EELZAP_API_KEY=cms_secret_... \
npx -y @8ux-co/eelzap-mcp-serverRun from a local checkout during development:
EELZAP_API_KEY=cms_secret_... \
npx tsx src/index.ts