Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Your Neo4j connection string (e.g., neo4j+s://xxxxx.databases.neo4j.io for Aura or bolt://localhost:7687 for local instances) | |
| MODEL_NAME | No | The model name to use (for OpenRouter use format provider/model-name, e.g., openai/gpt-4o-mini, anthropic/claude-3-haiku) | |
| NEO4J_PASSWORD | No | Your Neo4j password | |
| OPENAI_API_KEY | No | Your OpenAI API key (alternative to OpenRouter) | |
| OPENROUTER_API_KEY | No | Your OpenRouter API key (get one at https://openrouter.ai) |
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 | |