We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sparesparrow/mcp-project-orchestrator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP Project Orchestrator Requirements
# Install with: pip install -r requirements.txt
# Core dependencies
fastapi>=0.68.0
uvicorn>=0.15.0
jinja2>=3.0.1
pydantic>=1.8.2
python-dotenv>=0.19.0
aiofiles>=0.7.0
PyYAML>=6.0
jsonschema>=4.0.0
rich>=10.12.0
typer>=0.4.0
python-multipart>=0.0.5
requests>=2.26.0
aiohttp>=3.8.0
watchdog>=2.1.6
markdown>=3.3.4
pygments>=2.10.0
# AWS Integration
boto3>=1.26.0
botocore>=1.29.0
# GitHub Integration
PyGithub>=1.59.0
httpx>=0.24.0
# Development dependencies (install with: pip install -r requirements.txt -r requirements-dev.txt)
# pytest>=6.2.5
# pytest-asyncio>=0.16.0
# pytest-cov>=2.12.1
# mypy>=0.910
# ruff>=0.1.0
# build>=1.2.1
# twine>=5.0.0