Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j database connection URI | bolt://localhost:7687 |
| NEO4J_USER | No | Neo4j database username | neo4j |
| LANGFUSE_HOST | No | Langfuse host URL for observability | https://cloud.langfuse.com |
| CLARIN_API_KEY | No | Your CLARIN API key for Polish language support (optional) | |
| NEO4J_PASSWORD | No | Neo4j database password | |
| OPENAI_API_KEY | No | Your OpenAI API key for LLM processing | |
| DEEPSEEK_API_KEY | No | Your DeepSeek API key for LLM processing (alternative to OpenAI) | |
| LANGFUSE_PUBLIC_KEY | No | Your Langfuse public key for observability | |
| LANGFUSE_SECRET_KEY | No | Your Langfuse secret key for observability |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |