@fradser/mcp-server-mas-sequential-thinking
MCP server for multi-agent sequential thinking and orchestration
Install
Add @fradser/mcp-server-mas-sequential-thinking to Claude Code with the PolySkill CLI: polyskill add @fradser/mcp-server-mas-sequential-thinking
Instructions
# CLAUDE.md ## Essential Commands ```bash # Setup & Development uv pip install -e ".[dev]" # Install dependencies uv run mcp-server-mas-sequential-thinking # Run server uv run ruff check . --fix && uv run ruff format . && uv run mypy . # Code quality # Testing Framework (using Makefile) make test # Run all tests with coverage + quality checks make test-unit # Run unit tests only make test-fast # Fast run without coverage make test-parallel # Run tests in parallel make test-coverage # Generate HTML coverage report make help # Show all available commands # Direct Pytest Commands uv run pytest t…
Keywords: github, multi-agent-orchestration, sequential-thinking, mcp-server, agent-coordination, task-management, automation, coding-assistant, workflow-automation