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
Python REPLThis MCP server provides a Python REPL (Read-Eval-Print Loop) as a tool. It allows execution of Pyth...View
Projet MCP Server-ClientCe projet est une implémentation du protocole MCP (Model Context Protocol) qui permet la communicati...View
Petstore MCP Server & ClientA comprehensive Model Context Protocol (MCP) implementation for the Swagger Petstore API. This proje...View
DevContextEmpower your development workflow with intelligent context awareness - DevContext understands your c...View
Repo MapRepoMap is a powerful tool designed to help, primarily LLMs, understand and navigate complex codebas...View
YAPI MCP ServerThis is a Model Context Protocol (MCP) server that provides access to YAPI interface details.View