mcp_supervisor_py
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_supervisor_pySummarize the quarterly earnings report from the attached file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp_supervisor_py
Python-first scaffold for an MCP-style supervisor role.
Goal
Build a supervisor that can:
accept a user task
break it into steps
route steps to workers
retry on transient failures
aggregate final output
emit structured logs for auditability
Related MCP server: hotwired-mcp
Reference repositories
This repository is intended to be designed with ideas inspired by:
Project layout
src/mcp_supervisor/config.py: runtime configuration
src/mcp_supervisor/supervisor.py: supervisor core logic
src/mcp_supervisor/init.py: package exports
examples/run_demo.py: runnable demonstration
Quick start
Create a virtual environment
python -m venv .venv
.venv\Scripts\activateInstall editable package
pip install -e .Run demo
python examples/run_demo.pyNotes
Current version is an MVP scaffold.
Next iteration will add tool permission policy, async workers, and persistence.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for task-first delegation to remote workstations and workers.
LLM Orchestration Agent (Mcp)
MCP Server for an Agent Task Marketplace
- DazbenchOAuthapp.dazbench
Task management your AI agents can actually run. One line becomes a context-ready task over MCP.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceServer-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.205MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Hotwired multi-agent workflow orchestration, enabling AI agents to coordinate locally via Unix sockets with tools for protocol, messaging, and task management.5 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP server orchestrating local multi-agent workflows with gated lifecycle, handoff events, and host-level continuation.-
- AlicenseNot gradedqualityAmaintenanceAn MCP task broker that enables Claude and Codex/ChatGPT agents to delegate tasks to each other, with persistent queues, worker adapters, and security controls.1MIT