qfoldit/
├── .github/workflows/ deploy.yml
├── frontend/ (qfoldit.github.io)
│ └── public/ viewer/ data/
├── mcp-server/ (FastMCP + Docker)
│ ├── src/tools/
│ │ ├── quantum.py qfold.py evo2.py rosettafold3.py
│ │ ├── oilgas.py prospecting.py mining.py meor.py
│ │ ├── plant_growth.py lsystems.py plastic_char.py
│ └── main.py Dockerfile
└── services/ (microservices)
├── quantum-solver/ qfold-braket/ evo2-inference/ rosettafold3/
├── oilgas-sim/ geo-prospecting/ mining-optimizer/
├── meor-biostim/ plant-growth/ l-systems/ plastic-char/