Contentrain MCP
OfficialRelated Servers
Alternatives to Contentrain MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceProvides a local-first MCP server for AI-native software delivery, enabling structured specifications, human approval gates, controlled repository operations, verification evidence, review, and traceability.Apache 2.0
- AlicenseAqualityBmaintenanceMCP server for deterministic document infrastructure, enabling canonical normalization, schema validation, and grammar compilation for structured AI artifacts.455Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAn open-source, local-first MCP server for automated Schema.org JSON-LD generation, GA4 metric validation, /llm.txt auditing, and content stickiness analytics.MIT
- AlicenseAqualityCmaintenanceMCP server exposing content contract validators (SEO.md, PRODUCTHUNT.md, LINKEDIN.md) as tools so AI agents can verify generated content against concrete rules without maintaining linters. It provides linting and JSON-LD export tools with config and content passed as parameters, not file paths.4MIT

NomaCMS MCP Serverofficial
AlicenseBqualityBmaintenanceMCP server for NomaCMS. Manage collections, fields, content, and assets via AI agents.3936 npm1MIT- AlicenseNot gradedqualityCmaintenanceA self-hosted content engine with an MCP interface that enables AI agents to read, write, and manage content models through tools like describe_model, create_type, draft, and publish.Apache 2.0
TDQS
Scored across 22 tools
Most tools cleanly separate resources like model, content, vocabulary, and branch, but several clusters overlap: validate/doctor both report health, merge/reconcile both handle branch merging, and apply/bulk both run dry-run batch writes. The descriptions help clarify boundaries, yet an agent could still hesitate when choosing between these related operations.
All tools share the contentrain_ prefix and use snake_case, which provides a consistent namespace. However, the structure is mixed: resource-action names like content_save and branch_delete sit alongside bare-verb names like describe, init, validate, merge, scan, and doctor, so the naming pattern is not fully predictable.
At 22 tools, the server is on the heavier end but still reasonably scoped for a CMS platform that spans content, models, vocabulary, git branches, validation, and code scanning. Each tool addresses a distinct workflow area, though a few could potentially be consolidated.
The toolset covers the core content lifecycle well: content save/delete/list, model save/delete, vocabulary save/delete, branch management, validation, and scaffolding are all present. Minor gaps exist—no dedicated vocabulary_list or single-content get, and PR creation is delegated to the platform—but agents can work around these using status and content_list.