From ff475a81ad9557ae0bb84635445dd8fc14a7546b Mon Sep 17 00:00:00 2001 From: AHMET BAYHAN BAYRAMOGLU <49499275+ABB65@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:22:23 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Server Information - **Name**: @contentrain/mcp - **GitHub**: https://github.com/Contentrain/ai - **npm**: https://www.npmjs.com/package/@contentrain/mcp - **Category**: Developer Tools ## Description Local-first MCP server for AI-generated content governance. 13 deterministic tools for any framework — model/content CRUD, validation, normalization (i18n extraction + reuse), and project intelligence. ### Key Features - 4 content kinds: collection, singleton, document (markdown), dictionary (i18n) - Git worktree isolation for safe concurrent writes with canonical JSON serialization - Two-phase normalize: extract hardcoded strings → reuse with framework-specific i18n patterns - Graph-based project scanner for structural intelligence (pages, components, imports) - 27 typed field types with validation (string, relation, array, object, media, etc.) - Platform-agnostic: works with Nuxt, Next.js, Astro, SvelteKit, React, Vue, and 20+ stacks - TypeScript, stdio transport, MIT licensed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e38b0db3..c348cf20 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [Contentrain/mcp](https://github.com/Contentrain/mcp) 📇 ☁️ - MCP server for Contentrain headless CMS. 14 tools for model, content, and asset management with automatic git branch synchronization and structural 3-way JSON merge for conflict resolution. +- [Contentrain/ai](https://github.com/Contentrain/ai) 📇 🏠 - Local-first MCP server for AI content governance — 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching.