1. Conduid
  2. Content
  3. Mix.core
MCP server · Content

Mix.core

🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.

81Excellent

Scored 3 hours ago · breakdown

About Mix.core

Mix.core is an MCP server published by mixcore in the Content category: 🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. It has been installed 0 times through Conduid.

The repository has 881 stars and 225 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mix-core

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mix.core

Powered by Claude · Grounded in docs

I know everything about Mix.core. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.0.0-alpha.1Mixcore v2.0.0-alpha.1 is now released! · 1 May 2022This is the very first version package of Mixcore v2.0.0 that we are really proud to inform everyone! The admin portal is still a bit buggy, our team is trying our best to bring v2 more stable to the beta and production versions. This…
v1.0.7Mixcore v1.0.7 · 1 May 2022What's Changed Hide migrate mix database to single table by @nhathoang989 in https://github.com/mixcore/mix.core/pull/607 fix export / import theme by @nhathoang989 in https://github.com/mixcore/mix.core/pull/611 fix portal angularjs by…
v1.0.6Mixcore v1.0.6 · 6 Mar 2022What's Changed Cleanup source code by @nhathoang989 in https://github.com/mixcore/mix.core/pull/602 Fix init site on SQLSERVER by @truongtphat in https://github.com/mixcore/mix.core/pull/603 Full Changelog**:…
v1.0.5Mixcore v1.0.5 · 3 Feb 2022What's Changed upgrade net 6 by @nhathoang989 in https://github.com/mixcore/mix.core/pull/545 upgrade mix identity net 6 by @nhathoang989 in https://github.com/mixcore/mix.core/pull/546 Add docker var ASPNETCORE_URLS by @nhathoang989 in…
v1.0.4Mixcore v1.0.4 · 11 Nov 2021This version is the last version of Mixcore CMS for ASP.NET Core v5. After this version, we will start develop on ASP.NET Core v6. What's Changed Fix migration data by @nhathoang989 in https://github.com/mixcore/mix.core/pull/482 Fix…

README

Mixcore CMS Become a Backer

backer Donate Buy us a coffee

Fully Open Source UI Tools to create multi-purpose Enterprise Web Apps, Mobile Apps & Application Services

Branchs

  • master: Mixcore v1.0.x LTS
  • develop: Mixcore v2.0.0-alpha.x

UI Screenshots

Admin Portal

Mixcore CMS Back-office is built on top of the much awaited Bootstrap 5. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 5 project.

(New Portal in Angular / Svelte will be coming soon)

Mixcore Admin Portal Bootstrap 5.x

Mixcore Admin Portal Bootstrap 5.x

Special features (Out of the box)

  • Databases -MySQL, SQL Server, PostgreSQL, SQLite
  • Reliability - Member roles and permissions.
  • High Security - Strong Data Encryption and Security compliance.
  • Multilingual - Flexible multilingual content migration.
  • High Performance - Millisecond response time.
  • Cross Platforms - Powered by .NET Core and run everywhere.
  • Online Coding - Visual Studio Code's heart inside.
  • Customizable Designs - Build any kinds of website.
  • SEO Friendly - No extra plugin required.
  • Media Management - Multiple file formats for your website / application.
  • Manage On The Go - Manage and Code everywhere you want.
  • Easy and Accessible - Non deep tech knowledge required.
  • Analytics - Inside Google Analytics dashboard & no extra plugin required.
  • Dynamic Modular Architecture - Powerful module layers & Attribute sets feature.
  • Extensibility - API-first architecture for Plug & Play.
  • Easy Backup - Powerful 1 step export.
  • More Coffee time! - You can relax and explore more ton of features are not listed here...

Architecture

image

CMS and Dashboards built on top of ASP.Net Core / Dotnet Core, SignalR, Angular / Bootstrap / React / Vue / Svelte.

Services Result Services Result
Github workflow Build Status
Travis CI Build Status AppVeyor CI Build status
Gitter Licenses status FOSSA Status
Codefactor CodeFactor Azure Build Status

References

Links
STAG / Demo https://demo.mixcore.org https://dev.mixcore.org https://v2.dev.mixcore.org https://mochahost.demo.mixcore.org/portal (administrator / P@ssw0rd)
Swagger (v2) https://v2.dev.mixcore.org/api/v2/mixcore/swagger/index.html
Dev docs https://docs.mixcore.org / https://mixcore.dev
Community https://community.mixcore.org
Youtube https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
Twitter https://twitter.com/mixcore_cms
Medium https://medium.com/mixcore

Ref: How to install Mixcore CMS with Azure Docker Composer

Run with Docker

Latest Docker Image

docker pull ghcr.io/mixcore/mix.core:master
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest

Or with Docker Compose

docker-compose build
docker-compose up

GITs clone

mkdir mixcore
cd mixcore

git clone https://github.com/mixcore/mix.core.git

Optional:

Optional steps as those packages are Nuget Library

git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git

Build & Run with Dotnet SDK

Build & Run Mixcore CMS

REM Make sure you already read and download Dotnet Core SDK here https://dotnet.microsoft.com/download

cd mix.core/src/Mix.Cms.Web

dotnet restore
dotnet build
dotnet run

Modify & Build Portal Front-End source (Optional)

This step is optional and only needed in case you would like to modify the portal front-end code

cd mix.core/src/portal-app

npm install
npm install --global gulp-cli
gulp build

Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".

Thanks to

This project has been developed using:

License

Mixcore CMS is licensed under the MIT

Permissions Limitations Conditions
✔ Commercial use ✖ Liability ℹ License and copyright notice
✔ Modification ✖ Warranty
✔ Distribution
✔ Private use

FOSSA Status

Activity

Alt

Star History

Star History Chart

Contributors Wall

How to contribute

Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.

  • Never write any code in the master branch
  • When writing code, do it in a specific feature branch
  • Send your pull request from that feature branch
  • After your pull request has been accepted, sync the changes into master from the upstream remote
  • Delete you feature branch
  • Again, NEVER write any code in the master branch ;)
  • Ref: https://datasift.github.io/gitflow/IntroducingGitFlow.html

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Mix.core

How do I install Mix.core?

Run npx mix-core, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mix.core safe to use with an AI agent?

Its trust score is 81 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mix.core still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.