Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| NODE_ENV | No | Environment mode (development or production) | development |
| HTTP_PORT | No | Port number for HTTP mode | 3000 |
| POCKETBASE_URL | No | PocketBase server URL | http://127.0.0.1:8090 |
| READ_ONLY_MODE | No | Disable write operations | false |
| TRANSPORT_MODE | No | Transport mode for the server (stdio or http) | stdio |
| DOCUMENTS_COLLECTION | No | Collection name for documents | documents |
| AUTO_CREATE_COLLECTION | No | Auto-create collections on startup | true |
| POCKETBASE_ADMIN_EMAIL | Yes | Admin email for PocketBase authentication | |
| POCKETBASE_ADMIN_PASSWORD | Yes | Admin password for PocketBase authentication |
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 | |