- Reorganize MkDocs navigation structure with new sections - Add configuration, security, and development environment documentation - Remove outdated development and getting started files - Update requirements and plugin configurations - Improve overall documentation layout and content
997 B
997 B
Configuration
This section covers the configuration options available in the Home Assistant MCP Server.
Overview
The MCP Server can be configured through various configuration files and environment variables. This section will guide you through the available options and their usage.
Configuration Files
The main configuration files are:
.env- Environment variablesconfig.yaml- Main configuration filedevices.yaml- Device-specific configurations
Environment Variables
Key environment variables that can be set:
MCP_HOST- Host address (default: 0.0.0.0)MCP_PORT- Port number (default: 8123)MCP_LOG_LEVEL- Logging level (default: INFO)MCP_CONFIG_DIR- Configuration directory path
Next Steps
- See System Configuration for detailed configuration options
- Check Environment Setup for initial setup
- Review Security for security-related configurations