mcp-server-mas-sequential-thinking
This MCP server enhances LLM clients with advanced sequential thinking capabilities through a Multi-Agent System.
This project implements an advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP. It represents a significant evolution from simpler state-tracking approaches by leveraging coordinated, specialized agents for deeper analysis and problem decomposition. The server provides a 'sequentialthinking' tool that processes thoughts through multiple specialized AI agents, each examining the problem from a different cognitive angle.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-mas-sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mas-sequential-thinking"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions