https://github.com/cloud-barista/ai-mcmp
AI-MCMP platform integration repository
https://github.com/cloud-barista/ai-mcmp
ai-mcmp integration multi-cloud
Last synced: 20 days ago
JSON representation
AI-MCMP platform integration repository
- Host: GitHub
- URL: https://github.com/cloud-barista/ai-mcmp
- Owner: cloud-barista
- License: apache-2.0
- Created: 2026-06-19T05:01:34.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2026-06-19T05:18:48.000Z (26 days ago)
- Last Synced: 2026-06-19T07:18:29.744Z (26 days ago)
- Topics: ai-mcmp, integration, multi-cloud
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-MCMP
AI-focused Multi-Cloud Management Platform integrating heterogeneous AI accelerators (GPUs, NPUs, ASICs) across multiple clouds.
## Overview
AI-MCMP simplifies deployment, operation, and management of AI workloads across heterogeneous cloud environments. This repository serves as the integration hub that aggregates all platform components as Git submodules.
## Components
### AI-MCMP Components
| Repository | Description |
|---|---|
| [ai-adm](https://github.com/cloud-barista/ai-adm) | Admin CLI for AI-MCMP platform |
| [ai-ui](https://github.com/cloud-barista/ai-ui) | Web Console UI for AI-MCMP platform |
| [ai-ops](https://github.com/cloud-barista/ai-ops) | Operations and workflow management |
| [ai-ha](https://github.com/cloud-barista/ai-ha) | High Availability management |
| [ai-app](https://github.com/cloud-barista/ai-app) | Application manager |
| [ai-o11y](https://github.com/cloud-barista/ai-o11y) | Observability and monitoring |
### Cloud-Barista Foundation
| Repository | Description |
|---|---|
| [cb-spider](https://github.com/cloud-barista/cb-spider) | Multi-cloud infrastructure connector |
| [cb-tumblebug](https://github.com/cloud-barista/cb-tumblebug) | Multi-cloud infrastructure management |
| [cm-beetle](https://github.com/cloud-barista/cm-beetle) | Cloud migration |
## Getting Started
Clone this repository with all submodules:
```bash
git clone --recurse-submodules https://github.com/cloud-barista/ai-mcmp.git
```
Or initialize submodules after cloning:
```bash
git clone https://github.com/cloud-barista/ai-mcmp.git
cd ai-mcmp
git submodule update --init --recursive
```
## License
This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.