Skip to main content
Glama

Home Assistant MCP

by allenporter
#!/usr/bin/env bash set -o errexit # other common virtualenvs my_path=$(git rev-parse --show-toplevel) for venv in venv .venv .; do if [ -f "${my_path}/${venv}/bin/activate" ]; then . "${my_path}/${venv}/bin/activate" break fi done mypy ${my_path}

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/allenporter/mcp-server-home-assistant'

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