mcp-server-mas-sequential-thinking

An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.

GitHub Stars

244

User Rating

Not Rated

Favorites

0

Views

35

Forks

29

Issues

14

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Required software and versions are as follows:
Python: 3.10 or higher
Agno Framework: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/FradSer/mcp-server-mas-sequential-thinking
cd mcp-server-mas-sequential-thinking

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and ensure dependencies are correctly installed.

Additional Resources