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
47
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
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Frontend not displaying correctly Solution: Verify npm dependencies and ensure required packages are installed.Additional Resources
Related MCPs
vinagent
55
Vinagent is a lightweight and flexible library designed for building smart agent assistants across various industries. It is useful for creating AI-powered customer service bots, data analysis assistants, or domain-specific automation agents. It provides a simple yet powerful foundation for developers.