Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by aviz85 • Automation & Orchestration
A Python MCP server that implements a state-based agent orchestration system to manage agent workflows and context for LLMs.
Coordinate multi-step workflows and transition between planning, researching, executing, and review states.
Persist and retrieve conversation context and knowledge across state transitions for consistent long-running tasks.
Expose and call structured tools, prompts, and resources through the MCP standard (e.g., when integrating with Claude for Desktop or other MCP-capable clients).
This repository provides a Python implementation of a state-machine-based orchestration server using the Model Context Protocol (MCP). It exposes resources, tools, and prompts to LLMs and supports states like IDLE, PLANNING, RESEARCHING, EXECUTING, REVIEWING, and ERROR. The project includes an example server (orchestrator.py) and a client (orchestrator_client.py) for testing and can be integrated with Claude for Desktop or used with the MCP CLI. It is intended as a customizable template for building agent orchestration and multi-step task workflows.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.