We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cronus87/ProxmoxMCP-Production'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•651 B
# HTTP MCP Server Dependencies
# Core MCP and web framework dependencies
fastmcp>=0.5.0
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
jinja2>=3.1.0 # For HTML templates
aiofiles>=23.2.0 # For async file operations
# Existing Proxmox dependencies
mcp>=1.0.0
paramiko>=3.0.0
proxmoxer>=2.0.0
requests>=2.31.0 # Required by proxmoxer for HTTPS backend
python-dotenv>=1.0.0
aiohttp>=3.9.0
urllib3>=2.0.0
# Additional HTTP server dependencies
pydantic>=2.5.0
starlette>=0.27.0
anyio>=4.0.0
# Development and production dependencies
uvloop>=0.19.0 # For better async performance
gunicorn>=21.2.0 # For production WSGI deployment