A comprehensive system that helps organizations track, manage, and respond to security vulnerabilities effectively through features like vulnerability tracking, user management, support tickets, API key management, and SSL certificate management.
MCP (Management Control Panel) is a comprehensive vulnerability management system that helps organizations track, manage, and respond to security vulnerabilities effectively.
git clone https://github.com/yourusername/mcp.git cd mcp
cp .env.example .env
Edit the .env file with your configuration.
docker-compose up -d
docker-compose exec app python install.py
git clone https://github.com/yourusername/mcp.git cd mcp
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
Edit the .env file with your configuration.
createdb mcp
python install.py
uvicorn app.main:app --host 0.0.0.0 --port 8000
The API documentation is available at:
pytest
This project follows PEP 8 guidelines. To check your code:
flake8
To create a new migration:
alembic revision --autogenerate -m "description"
To apply migrations:
alembic upgrade head
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue in the GitHub repository or contact the maintainers.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!