mcp_supervisor_py
Click on "Install 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: task-orchestrator
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA control plane for AI agents and human supervisors. Persistent task registry with scoped permissions, inter-agent delegation, and full provenance — all accessible via MCP. Deploy on Supabase free tier in 3 commands.Last updated857Apache 2.0
- Alicense-qualityAmaintenanceServer-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.Last updated197MIT
- Alicense-qualityBmaintenanceMCP server for Hotwired multi-agent workflow orchestration, enabling AI agents to coordinate locally via Unix sockets with tools for protocol, messaging, and task management.Last updated27MIT
- Flicense-qualityBmaintenanceMCP server orchestrating local multi-agent workflows with gated lifecycle, handoff events, and host-level continuation.Last updated
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chenjordan/mcp_supervisor_py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server