Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIGHTRAG_URL | No | The URL of the upstream LightRAG service (e.g., http://localhost:9621). | http://localhost:9621 |
| LIGHTRAG_SYSTEM_PROMPT | No | Inline system prompt to be used by the LightRAG server. | |
| LIGHTRAG_SYSTEM_PROMPT_FILE | No | Path to a file containing the system prompt. | ./prompts/light_rag_system.txt |
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 | |