Skip to content
Claude Desktop

Contentrain for Claude Desktop

io.github.contentrain/contentrain

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

client:Claude Desktop transport:streamable-http runtime:npm

Install Contentrain in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "contentrain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Contentrain in other clients