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
MCP Project InitializerAn intelligent MCP (Model Context Protocol) server that automates the setup of new AI-powered MCP se...View
DevRev MCP ServerA Model Context Protocol server for DevRev. This server provides comprehensive access to DevRev's AP...View
Symbolic Algebra MCP ServerSympy-MCP is a Model Context Protocol server for allowing LLMs to autonomously perform symbolic math...View
Liana-MCPNatural language interface for scRNA-Seq analysis with Liana through MCP.View
MCP Server ExecutableView
Build-ScoutA comprehensive Model Context Protocol (MCP) server that enables LLM clients to interact with variou...View