Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
HomeAssistant MCP
by
jango-blockchained
Verified
npm
GitHub
Home Automation & IoT
TypeScript
Apache 2.0
6
9
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
advanced-homeassistant-mcp
docker
extra
.github
scripts
search
src
__tests__
bunfig.toml
docker-build.sh
docker-compose.speech.yml
Dockerfile
.dockerignore
.env.example
.eslintrc.json
.gitignore
LICENSE
package.json
README.md
smithery.yaml
test.wav
tsconfig.json
tsconfig.test.json
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "lib": [ "esnext", "dom" ], "strict": true, "strictNullChecks": false, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitAny": false, "noImplicitThis": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "types": [ "bun-types", "@types/node", "@types/ws", "@types/jsonwebtoken", "@types/sanitize-html", "@types/jest", "@types/express" ], "baseUrl": ".", "paths": { "@/*": [ "src/*" ], "@test/*": [ "test/*" ] }, "experimentalDecorators": true, "emitDecoratorMetadata": true, "sourceMap": true, "declaration": true, "declarationMap": true, "allowUnreachableCode": true, "allowUnusedLabels": true, "outDir": "dist", "rootDir": "." }, "include": [ "src/**/*", "test/**/*", "__tests__/**/*", "*.d.ts" ], "exclude": [ "node_modules", "dist", "coverage" ] }