Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NEO4J_URI | No | Neo4j database connection URI | bolt://neo4j:7687 |
AUTH_TOKEN | No | Bearer token for API authentication | change-me |
NEO4J_USER | No | Neo4j database username | neo4j |
NEO4J_DATABASE | No | Neo4j database name | neo4j |
NEO4J_PASSWORD | No | Neo4j database password | password123 |
RATE_LIMIT_RPS | No | Rate limiting requests per second per IP | 10 |
ALLOWED_ORIGINS | No | CORS allowed origins for the API | http://localhost:3000 |
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 |