Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j connection URI | bolt://localhost:7687 |
| NEO4J_USER | No | Neo4j username | neo4j |
| NEO4J_PASSWORD | No | Neo4j password | password |
| OPENAI_API_KEY | Yes | OpenAI API key (required) | |
| SACL_LLM_MODEL | No | LLM model for analysis | gpt-4 |
| SACL_NAMESPACE | No | Unique namespace | Auto-generated |
| SACL_REPO_PATH | No | Repository to analyze | Current directory |
| SACL_MAX_RESULTS | No | Maximum search results | 10 |
| SACL_CACHE_ENABLED | No | Enable embedding cache | true |
| SACL_BIAS_THRESHOLD | No | Bias detection sensitivity (0-1) | 0.5 |
| SACL_EMBEDDING_MODEL | No | Embedding model | text-embedding-3-small |
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 | |