OrchardCore

GitHub

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

8,149 stars C# 1 file ยท ~1,132 tokens #asp-net#c-sharp#cms#dotnet-core#modular#orchard-cms#orchardcore

OrchardCore MCP Server

MCP server for OrchardCMS/OrchardCore

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "OrchardCore": {
      "command": "npx",
      "args": [
        "-y",
        "@OrchardCMS/OrchardCore"
      ]
    }
  }
}