ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

mcp-config.json (223B)


      1 {
      2   "mcpServers": {
      3     "EXAMPLE-github": {
      4       "command": "npx",
      5       "args": [
      6         "-y",
      7         "@anthropic/github-mcp-server"
      8       ],
      9       "env": {
     10         "GITHUB_TOKEN": "${GITHUB_TOKEN}"
     11       }
     12     }
     13   }
     14 }