mcpo-control-panel
Web UI and API for managing MCP Orchestrator (mcpo) instances and configurations
GitHub Stars
109
User Rating
Not Rated
Favorites
0
Views
8
Forks
14
Issues
2
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.7 or higher
Flask: 2.0.0 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/daswer123/mcpo-control-panel.git
cd mcpo-control-panel
2. Install Dependencies
bash
pip install -r requirements.txt
3. Start Server
bash
python app.py