Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | Yes | Neo4j connection URI (e.g., bolt://localhost:7687) | |
| MONGODB_DB | Yes | MongoDB database name | |
| NEO4J_USER | Yes | Neo4j username | |
| CHROMA_HOST | Yes | ChromaDB host | |
| CHROMA_PORT | Yes | ChromaDB port | |
| MONGODB_URI | Yes | MongoDB connection URI (e.g., mongodb://root:opencrab@localhost:27017) | |
| POSTGRES_URL | Yes | PostgreSQL connection URL (e.g., postgresql://opencrab:opencrab@localhost:5432/opencrab) | |
| NEO4J_PASSWORD | Yes | Neo4j password |
Capabilities
Server capabilities have not been inspected yet.
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 | |