Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Run Chrome headless (agents can override with show_browser). | true |
| LOGIN_EMAIL | No | Email for scripted login (required when AUTO_LOGIN_ENABLED is true). | |
| MAX_SESSIONS | No | Maximum concurrent NotebookLM sessions. | 10 |
| NOTEBOOK_URL | No | Legacy default notebook (library usage is recommended instead). | |
| LOGIN_PASSWORD | No | Password for scripted login (required when AUTO_LOGIN_ENABLED is true). | |
| SESSION_TIMEOUT | No | Inactive seconds before a session auto-closes. | 900 |
| STEALTH_ENABLED | No | Human-like typing/mouse behaviour. | true |
| AUTO_LOGIN_ENABLED | No | Enable scripted login (requires LOGIN_EMAIL + LOGIN_PASSWORD). | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |