We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xsaju/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements-optional.txt•295 B
# Optional dependencies for better performance
# Install these after core dependencies
# Flash Attention for faster transformer inference
# Note: Requires CUDA and may need specific hardware compatibility
flash-attn>=2.0.0
# Development and utilities
pytest>=7.0.0
black>=23.0.0
isort>=5.12.0