Contentrain MCP Server

Website · Docs · Discord · Twitter · LinkedIn

People who work with contentrain, content governance and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 4 · #37 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Contentrain

Claude Code

claude mcp add contentrain-ai --transport http https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "contentrain-ai": {
      "url": "https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to studio.contentrain.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @contentrain/mcp - published under the repo owner's npm scope (@contentrain)

registry namespace io.github.Contentrain is GitHub-verified and matches the repo owner

03 · What Contentrain can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

contentrain@0.13.4 · 2026-09-14

Updated dependencies [346acbb] · Updated dependencies [d064027] · - @contentrain/types@1.16.0 · - @contentrain/mcp@3.4.2 · - @contentrain/query@7.3.4 · - @contentrain/wp-import@0.4.5 · - @contentrain/rules@0.7.2…

@contentrain/wp-import@0.4.5 · 2026-09-14

Updated dependencies [346acbb] · - @contentrain/types@1.16.0

@contentrain/emitter-astro@0.13.0 · 2026-09-14

A page region can be bound to a query instead of frozen as a clone · A theme's "recent posts" block sits in the chrome of every article. Cloned, it · freezes on the day of the migration: it keeps listing the same posts…

04 · Who maintains Contentrain

Contentrain is maintained by contentrain. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
documentation - ranked #37 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.Contentrain/contentrain (active, first published 2026-03-21 · 39 versions)
packages
npm:@contentrain/mcp

06 · Contentrain FAQ

What is Contentrain?

Website · Docs · Discord · Twitter · LinkedIn

Is Contentrain still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Contentrain?

Run `npx -y @contentrain/mcp`. You can also paste the ready-made client config above.

Does Contentrain require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Contentrain