We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agrathwohl/carla-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=0.1.0
# Carla Python dependencies
PyQt5>=5.15.0
# Audio processing
numpy>=1.21.0
scipy>=1.7.0
# System monitoring
psutil>=5.8.0
# Async support
asyncio-mqtt>=0.10.0
aiofiles>=0.8.0
# Utilities
pyyaml>=5.4.0
python-dotenv>=0.19.0
# MixAssist Dataset (optional, for audio engineering advice)
# Install with: pip install datasets pandas pyarrow
# Setup: python setup_mixassist.py --download
# datasets>=2.0.0
# pandas>=1.3.0
# pyarrow>=6.0.0