Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server will listen on (default: 3000). | 3000 |
| PACKAGE_NAME | Yes | The package name for your application (e.g., com.yourname.glassmcp). | |
| SUPABASE_URL | No | Your Supabase project URL (required if using Supabase for database persistence). | |
| MENTRAOS_API_KEY | Yes | Your Mentra API Key. | |
| SUPABASE_SERVICE_KEY | No | Your Supabase Service Role Key (required if using Supabase for database persistence). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |