Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
homeassistant-mcp
Claim
by
tevonsb
npm
GitHub
Home Automation & IoT
TypeScript
Apache 2.0
6
123
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
homeassistant-mcp
docs
src
__tests__
claude-desktop-macos-setup.sh
Dockerfile
.dockerignore
.env.example
.eslintrc.json
.gitignore
jest.config.cjs
jest.config.js
jest-resolver.cjs
jest.setup.cjs
jest.setup.js
jest.setup.ts
LICENSE
package.json
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./dist", "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "sourceMap": true, "allowJs": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "types": [ "node", "jest" ], "typeRoots": [ "./node_modules/@types" ], "lib": [ "ES2022" ], "baseUrl": ".", "paths": { "@src/*": [ "src/*" ], "@tests/*": [ "__tests__/*" ] } }, "include": [ "src/**/*", "__tests__/**/*" ], "exclude": [ "node_modules", "**/__tests__/**/*.ts", "**/*.test.ts" ] }