ApostropheCMS
Interact with ApostropheCMS, a Node.js-based content management system, to manage content snippets.
ApostropheCMS-MCP
Installation
# Clone the repository
git clone [email protected]: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 Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Terminal MCP Server
Execute commands on local or remote hosts via SSH. Supports session persistence and environment variables.
Codex MCP Wrapper
An MCP server that wraps the OpenAI Codex CLI, exposing its functionality through the MCP API.
MCP AI Agent Server
A server that bridges Cline to an AI agent system, enabling seamless interaction with AI agents through the Model Context Protocol.
Tiktoken MCP
Count tokens using OpenAI's tiktoken library.
Loki MCP Server
A Go-based server to query Grafana Loki logs using the Model Context Protocol (MCP).
HED MCP Server
An MCP server for Hierarchical Event Descriptors (HED) that automates sidecar creation and annotation for BIDS event files using LLMs.
Test Automator
An LLM-powered server for automating unit, integration, E2E, and API tests.
Context Portal MCP (ConPort)
A server for managing structured project context using SQLite, with support for vector embeddings for semantic search and Retrieval Augmented Generation (RAG).
Bellwether
Open-source CLI for testing MCP servers and detecting schema drift
NodeMCU MCP
An MCP service for managing NodeMCU (ESP8266) IoT devices.