Local-first MCP server for AI content governance — models, content, validation, i18n
Contentrain MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Local-first MCP server for AI content governance — models, content, validation, i18n.
Contentrain helps teams turn hardcoded UI text, docs, and structured content into a governed, reviewable content layer. Agents can extract, create, translate, and update content, while Contentrain enforces schema, Git review, and portable file output.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Contentrain is connected, these are the calls the assistant has available:
Git-native — every write goes through worktree isolation + review branchesProvider — agnostic engine** — the same tool surface runs over a local worktree, GitHub, or GitLab (self-hosted included) with zero tool-code changes. HTTPFramework-agnostic — MCP doesn't know your framework. Agent + skills handle stack-specific logicKind — What it storesCollection — Multiple typed entriesSingleton — Single entry per localeDocument — Markdown + frontmatterDictionary — Flat key-value stringsPackage — npmTemplate — FrameworkPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Contentrain's toolset — Git-native, Provider, Framework-agnostic and 7 more — is a fair guide to whether it matches your workflow. It is maintained by Contentrain; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Git-native | every write goes through worktree isolation + review branches |
| Provider | agnostic engine** — the same tool surface runs over a local worktree, GitHub, or GitLab (self-hosted included) with zero tool-code changes. HTTP transport available for remote drivers such as Studio. |
| Framework-agnostic | MCP doesn't know your framework. Agent + skills handle stack-specific logic |
| Kind | What it stores |
| Collection | Multiple typed entries |
| Singleton | Single entry per locale |
| Document | Markdown + frontmatter |
| Dictionary | Flat key-value strings |
| Package | npm |
| Template | Framework |
{
"mcpServers": {
"contentrain": {
"command": "npx",
"args": ["-y", "contentrain"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.