We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jango-blockchained/advanced-homeassistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file for Home Assistant MCP Server
runtime: "container"
icon: "🏠"
startCommand:
type: "http"
configSchema:
type: object
required:
- hassToken
properties:
hassToken:
type: string
title: "Home Assistant Token"
description: "Long-lived access token for connecting to Home Assistant"
hassHost:
type: string
default: "http://homeassistant.local:8123"
title: "Home Assistant Host"
hassSocketUrl:
type: string
default: "ws://homeassistant.local:8123"
title: "Home Assistant WebSocket URL"
debug:
type: boolean
default: false
title: "Debug Mode"
exampleConfig:
hassToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
hassHost: "http://homeassistant.local:8123"
hassSocketUrl: "ws://homeassistant.local:8123"
debug: false
build:
dockerfile: "Dockerfile.smithery"
dockerBuildPath: "."
env:
NODE_ENV: "production"