We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Desluca/crestron-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•201 B
# Crestron MCP Server Dependencies
# Core MCP SDK
mcp>=1.0.0
# HTTP client with async support and SSL handling
httpx>=0.27.0
# Data validation
pydantic>=2.0.0
# Python version requirement: >= 3.10