Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server configuration port (e.g., 3000) | |
| DATA_DIR | No | Data storage directory path | |
| NODE_ENV | No | Node environment (e.g., production, development) | |
| LOG_LEVEL | No | Logging level (e.g., info, debug) | |
| NEO4J_URI | Yes | Neo4j connection URI (e.g., bolt://localhost:7687) | |
| BACKUP_DIR | No | Backup storage directory path | |
| NEO4J_USER | Yes | Neo4j username | |
| SECRETS_PATH | No | Path to secure vault for secrets | |
| NEO4J_PASSWORD | Yes | Neo4j password | |
| OPENAI_API_KEY | No | Optional: OpenAI API key for AI integration/semantic search |
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 | |