ApostropheCMS - Secure MCP Server by ALMC Security 2025

ApostropheCMS

View on GitHub

ApostropheCMS-MCP

Installation

# Clone the repository
git clone git@github.com:speedandfunction/ApostropheCMS-MCP.git
cd ApostropheCMS-MCP

# Install dependencies
npm i

Setup

Go to WindSurf AI settings and add the following configuration to the ModelContextProtocol section:

{
  "mcpServers": {
    "apostrophe-cms": {
      "command": "node",
      "args": ["path/to/your/server.js"],
      "env": {
        "APOSTROPHE_SNIPPETS_DIR": "/path/to/your/apostrophe-snippets"
      }
    }
  }
}

This config file could be placed in the /Users/[YOUR_USERNAME]/.codeium/windsurf/mcp_config.json

Usage

You can now use the ApostropheCMS MCP server by running the following request in Cascade:

Could you add Rich Text Widget in my project?

Related in Development - Secure MCP Servers

ServerSummaryActions
EOL MCP ServerA Model Context Protocol (MCP) server that enables AI assistants like Claude to check software end-o...View
Chess FEN MCP ServerA Model Context Protocol (MCP) server that provides chess FEN notation validation and visualization...View
SeedDream 3.0 ReplicateA Model Context Protocol (MCP) server that provides image generation capabilities using Bytedance's...View
Cookiecutter MCP UV ContainerA cookiecutter template for quickly creating MCP (Model Context Protocol) servers with Apple contain...View
OpenRouter MCP Client for CursorA Model Context Protocol (MCP) client for Cursor that utilizes OpenRouter.ai to access multiple AI m...View
UUIDv7 GeneratorA Model Context Protocol (MCP) server for generating UUIDv7 strings.View