Skip to main content
Glama
requirements.txt1.59 kB
# Maya MCP Server Dependencies # Install with: pip install -r requirements.txt # ============================================================================ # CORE RUNTIME DEPENDENCIES (Required for production) # ============================================================================ # MCP Protocol and Data Validation fastmcp>=0.1.0 smithery>=0.3.1 pydantic>=2.0.0 # Async HTTP and WebSocket Support aiohttp>=3.8.0 websockets>=11.0.0 # Configuration and System Monitoring pyyaml>=6.0 psutil>=5.9.0 jsonschema>=4.0.0 # File Watching (for hot reload) watchdog>=3.0.0 # ============================================================================ # DEVELOPMENT DEPENDENCIES (Optional - for development only) # ============================================================================ # Uncomment the following lines for development: # Testing Framework # pytest>=7.0.0 # pytest-asyncio>=0.21.0 # pytest-mock>=3.10.0 # hypothesis>=6.70.0 # Code Quality Tools # black>=23.0.0 # flake8>=6.0.0 # mypy>=1.0.0 # Additional Development Tools # pre-commit>=3.0.0 # coverage>=7.0.0 # ============================================================================ # INSTALLATION INSTRUCTIONS # ============================================================================ # # Production (minimal dependencies): # pip install -r requirements.txt # # Development (with all tools): # 1. Uncomment the development dependencies above, or # 2. Install individually: pip install pytest black flake8 mypy # # ============================================================================

Latest Blog Posts

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/Jeffreytsai1004/maya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server