We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bahadirbklg/layer-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.min.txt•396 B
# Minimal runtime dependencies for Layer.ai MCP Server
# Use this for production deployments
# Core MCP dependencies
mcp>=1.0.0
# HTTP client for API requests
httpx>=0.27.0
# Cryptography for secure token management
cryptography>=41.0.0
# Data validation and settings management
pydantic>=2.0.0
# Environment variable management
python-dotenv>=1.0.0
# Async file operations
aiofiles>=23.0.0