Content
# Various agents and explorations with MCP and AG2
Authors: Licong Xu and Boris Bolliet (Cambridge)
# Getting started
We recommend using Python 3.12 or 3.13.
```bash
git clone https://github.com/CMBAgents/MCPAgents.git
cd MCPAgents
chmod +x installer.sh
source installer.sh
jupyter-lab
```
You can the run the notebooks (make sure you select the mcp_env kernel in jupyter lab).