Skip to main content
Glama
smithery.yamlโ€ข1.19 kB
# Enhanced Home Assistant MCP Server - Smithery Configuration runtime: "container" startCommand: type: "http" configSchema: type: "object" required: - "homeAssistantToken" - "homeAssistantUrl" properties: homeAssistantToken: type: "string" title: "Home Assistant Token" description: "Long-Lived Access Token for authenticating with Home Assistant" homeAssistantUrl: type: "string" title: "Home Assistant URL" description: "URL of your Home Assistant instance (e.g., http://homeassistant.local:8123)" pattern: "^https?://.*" debug: type: "boolean" title: "Debug Mode" description: "Enable debug logging" default: false requestTimeout: type: "number" title: "Request Timeout" description: "Request timeout in milliseconds" default: 10000 minimum: 1000 maximum: 60000 exampleConfig: homeAssistantToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..." homeAssistantUrl: "http://homeassistant.local:8123" debug: false requestTimeout: 10000 build: dockerfile: "Dockerfile" dockerBuildPath: "."

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/gilberth/enhanced-homeassistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server