https://github.com/tobinsouth/mentra-mcp.git
MentraOS install links: mentra.glass/install
brew install ngrokcom.yourName.yourAppNameUse this template dropdown in the upper right or the following command: gh repo create --template Mentra-Community/MentraOS-Cloud-Example-Appgit clone <your-repo-url>bun install.env file in the root directory by copying the example: cp .env.example .env.env file with your app details:PORT=3000
PACKAGE_NAME=com.yourName.yourAppName
MENTRAOS_API_KEY=your_api_key_from_console
PACKAGE_NAME matches what you registered in the MentraOS ConsoleAPI_KEY from the MentraOS Developer Consolebun run devngrok http --url=<YOUR_NGROK_URL_HERE> 30003000 is the port. It must match what is in the app config. For example, if you entered port: 8080, use 8080 for ngrok instead.Check out the full documentation at docs.mentra.glass
You can listen for transcriptions, translations, and other events within the onSession function.