Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Project Orchestrator
Claim
by
sparesparrow
GitHub
Developer Tools
Version Control
Knowledge & Memory
Python
MIT License
1
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
mcp_project_orchestrator
src/mcp_project_orchestrator/fastmcp.py
src/mcp_project_orchestrator/__main__.py
src/mcp_project_orchestrator/project_orchestration.py
#!/usr/bin/env python3 """ Main entry point for the MCP Project Orchestrator. This allows the module to be run directly with: python -m mcp_project_orchestrator """ from mcp_project_orchestrator.fastmcp import main if __name__ == "__main__": main()