HomeDevelopment › Contentrain

Contentrain

Git-native content governance for AI agents — 27 deterministic MCP tools over stdio and HTTP.

TypeScript Local Remote
★ 4 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

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

Claude Code:

claude mcp add --transport http ai https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "ai": {
      "url": "https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token using a Contentrain Studio MCP Cloud API key.

Package (npm 3.6.5)

npx -y @contentrain/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ai": {
      "command": "npx",
      "args": [
        "-y",
        "@contentrain/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry