Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | Yes | The URI for the Neo4j database (e.g., bolt://localhost:7687). | bolt://localhost:7687 |
| NEO4J_PASSWORD | Yes | The password for the Neo4j database. | |
| NEO4J_USERNAME | Yes | The username for the Neo4j database (e.g., neo4j). | neo4j |
| OPENAI_API_KEY | Yes | Your OpenAI API key used for LLM-powered entity and relationship extraction. |
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 | |