mcp-agent-graph
MCP Agent Graph (MAG) is an agent development framework for rapidly building agent systems. This project is based on graphs, nodes, and MCP to quickly construct complex Agent systems.
GitHub Stars
85
User Rating
Not Rated
Favorites
0
Views
7
Forks
11
Issues
4
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.7 or higher
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/keta1930/mcp-agent-graph.git
cd mcp-agent-graph
2. Install Dependencies
bash
pip install mcp-agent-graph
3. Setup Frontend
bash
cd frontend
npm install
npm run dev