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
env.example•623 B
# Crestron MCP Server Configuration Example
# Copy this file to .env and fill in your values
# Crestron Home System Configuration
CRESTRON_HOST=192.168.1.100
CRESTRON_AUTH_TOKEN=your-auth-token-here
# Optional: Server Configuration
# CHARACTER_LIMIT=25000
# API_TIMEOUT=30.0
# SESSION_TIMEOUT=540
# Instructions:
# 1. Replace CRESTRON_HOST with your Crestron Home IP address or hostname
# 2. Generate auth token in Crestron Home app:
# Installer Settings → System Control Options → Web API Settings → Update Token
# 3. Paste the token in CRESTRON_AUTH_TOKEN
# 4. Save as .env (don't commit to version control!)