We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gilberth/enhanced-homeassistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Enhanced Home Assistant MCP Server Configuration
# Copy this file to .env and fill in your values
# Home Assistant URL
# This should be the full URL to your Home Assistant instance
# Examples:
# - Local: http://192.168.1.100:8123
# - HTTPS: https://your-domain.duckdns.org:8123
# - Local with SSL: https://homeassistant.local:8123
HOME_ASSISTANT_URL=http://homeassistant.local:8123
# Home Assistant Long-Lived Access Token
# To create one:
# 1. Go to your Home Assistant Profile page
# 2. Scroll down to "Long-Lived Access Tokens"
# 3. Click "Create Token"
# 4. Give it a name like "MCP Server"
# 5. Copy the token and paste it here
HOME_ASSISTANT_TOKEN=your_long_lived_access_token_here
# Optional: Additional configuration
# Uncomment and modify as needed
# Debug mode (shows more detailed logs)
# NODE_ENV=development
# Request timeout in milliseconds (default: 10000)
# REQUEST_TIMEOUT=10000
# Maximum number of entities to return in list operations (default: 1000)
# MAX_ENTITIES=1000
# Default history period in hours (default: 24)
# DEFAULT_HISTORY_HOURS=24