Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (optional) | INFO |
| LIGHTRAG_API_KEY | No | Your API key for LightRAG (optional) | |
| LIGHTRAG_TIMEOUT | No | Timeout in seconds for LightRAG API calls (optional) | 30 |
| LIGHTRAG_BASE_URL | No | The base URL of the LightRAG server | http://localhost:9621 |
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 | |