Back to Home
andrewmat32 icon

apostrophe-cms-generator

Verified Safe

by andrewmat32

Overview

An AI-powered code generator for Apostrophe CMS modules, operating as a local Model Context Protocol (MCP) server that can be integrated with Claude Code.

Installation

Run Command
npm start

Environment Variables

  • PORT

Security Notes

The server runs locally and explicitly states no API keys are required for its own operation, relying on the `claude` CLI for AI interaction. It executes the `claude` CLI via `child_process.spawn` and passes prompts securely via `stdin`, mitigating direct command injection through prompts. File system operations (read, write, delete) are confined to discovered Apostrophe projects (which must be in the parent directory and meet specific `app.js` criteria) and a local `history/` folder. A specific safety measure is appending to `modules/asset/ui/src/index.js` rather than overwriting. The primary risks involve trusting the security of the `claude` CLI itself and potential (though mitigated) malicious manipulation of discovered project paths.

Similar Servers

Stats

Interest Score41
Security Score8
Cost ClassLow
Avg Tokens3000
Stars5
Forks1
Last Update2025-12-11

Tags

Apostrophe CMSAI Code GenerationMCPDeveloper ToolFrontend Development