Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | Yes | The URI of the Neo4j database (e.g., neo4j://127.0.0.1:7687) | |
| NEO4J_USER | Yes | The Neo4j database username | |
| NEO4J_PASSWORD | Yes | The Neo4j database password | |
| OPENAI_API_KEY | No | Optional OpenAI API key for enhanced entity extraction | |
| GRAPHITI_GROUP_ID | No | Optional namespace for organizing data | default |
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 | |