Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server | INFO |
| NEO4J_URL | No | Neo4j connection URL | bolt://localhost:7687 |
| MCP_TRANSPORT | No | MCP transport protocol | stdio |
| NEO4J_DATABASE | No | Neo4j database name | neo4j |
| NEO4J_PASSWORD | Yes | Neo4j database password | |
| NEO4J_USERNAME | No | Neo4j database username | neo4j |
| PYTHONUNBUFFERED | No | Python unbuffered output mode | 1 |
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 | |