Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_HOST | Yes | The host address of the Neo4j database (e.g., localhost or xxx.databases.neo4j.io). | |
| NEO4J_PORT | Yes | The port number for the Neo4j database (e.g., 7687). | |
| NEO4J_DATABASE | Yes | The name of the Neo4j database to connect to (e.g., neo4j). | |
| NEO4J_PASSWORD | Yes | The password for Neo4j authentication. Leave blank if no authentication is required. | |
| NEO4J_USERNAME | Yes | The username for Neo4j authentication. Leave blank if no authentication is required. | |
| NEO4J_ENCRYPTED | No | Set to 'true' to use an encrypted connection, typically required for Neo4j Aura. | |
| NEO4J_URI_SCHEME | No | The URI scheme for the connection (e.g., neo4j, neo4j+s, bolt). |
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 | |