Skip to content

totalcms/mcp.totalcms.co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total CMS Docs MCP Server

An MCP (Model Context Protocol) server that gives AI coding agents real-time access to Total CMS documentation. Hosted at mcp.totalcms.co.

Use it with Claude Code, Cursor, Windsurf, or any MCP-compatible AI tool to get accurate, up-to-date answers about Total CMS while you build.

Setup

Add to your AI tool's MCP config:

{
  "mcpServers": {
    "totalcms-docs": {
      "url": "https://mcp.totalcms.co/"
    }
  }
}

No authentication required.

Available Tools

Tool Description
docs_search Full-text search across all documentation
docs_twig_function Twig function signatures and examples
docs_twig_filter Twig filter signatures and examples
docs_field_type Field type configuration options
docs_api_endpoint REST API endpoint details
docs_schema_config Schema/collection config options
docs_cli_command CLI command reference

Self-Hosting

Requirements

  • PHP 8.2+
  • Apache with mod_rewrite
  • Composer

Development

composer install
php bin/build-index.php /path/to/totalcms
php -S localhost:8765 -t public/

Building the Index

The documentation index is built from markdown files in the totalcms/cms repo:

bin/build.sh /path/to/totalcms

Links

About

MCP server for AI-powered access to Total CMS documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors