Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j database URI (optional, auto-configured by setup scripts) | bolt://localhost:7687 |
| NEO4J_USER | No | Neo4j database user (optional, auto-configured by setup scripts) | neo4j |
| QDRANT_HOST | No | Qdrant vector database host (optional, auto-configured by setup scripts) | localhost |
| QDRANT_PORT | No | Qdrant vector database port (optional, auto-configured by setup scripts) | 6333 |
| NEO4J_PASSWORD | No | Neo4j database password (optional, auto-configured by setup scripts) | password |
| OPENAI_API_KEY | Yes | Your OpenAI API key (required) |
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 | |