We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rios0rios0/mcp-home-assistant-extended'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2024-01-XX
### Added
- Initial release as Home Assistant addon
- Dockerfile for containerized deployment
- S6 overlay integration for process management
- Configuration schema for Home Assistant addon options
- Build scripts for multi-architecture support
- Service scripts for addon lifecycle management
- Support for aarch64, armv7, and amd64 architectures
### Features
- List all automations
- Get automation details
- Create new automations from YAML
- Update existing automations
- Delete automations
- Trigger automations manually
- Enable/disable automations