Skip to main content
Glama

Carla MCP Server

by agrathwohl
.env.example•2.14 kB
# Carla MCP Server Configuration # Copy this file to .env and adjust paths for your system # ============================================================================ # Carla Configuration # ============================================================================ # Path to Carla installation (auto-detected if not set) # CARLA_PATH=/usr/share/carla # CARLA_PATH=/home/user/builds/Carla # Python path for Carla modules (usually CARLA_PATH/source/frontend) # PYTHONPATH=/usr/share/carla/source/frontend # Library path for Carla shared libraries # LD_LIBRARY_PATH=/usr/lib/carla # ============================================================================ # MixAssist Dataset Configuration # ============================================================================ # Path to MixAssist dataset directory (set after running setup_mixassist.py) # Run: python setup_mixassist.py --download # MIXASSIST_DATASET_PATH=/home/user/.cache/mixassist/data # Enable/disable MixAssist resources (default: true) # Set to false to temporarily disable without removing dataset MIXASSIST_ENABLED=true # ============================================================================ # MCP Server Configuration # ============================================================================ # Logging level (DEBUG, INFO, WARNING, ERROR) CARLA_MCP_LOG_LEVEL=INFO # Server host (for future network modes) # CARLA_MCP_HOST=localhost # Server port (for future network modes) # CARLA_MCP_PORT=8765 # ============================================================================ # Audio Configuration # ============================================================================ # Audio driver (JACK recommended) # CARLA_AUDIO_DRIVER=JACK # Sample rate # CARLA_SAMPLE_RATE=48000 # Buffer size # CARLA_BUFFER_SIZE=512 # ============================================================================ # Plugin Scan Paths # ============================================================================ # Additional plugin directories (colon-separated) # CARLA_PLUGIN_PATHS=/usr/lib/lv2:/usr/lib/vst:~/.wine/drive_c/Program Files/Common Files/VST3

MCP directory API

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