Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
MCP_LOG_LEVEL | No | MCP logging level | INFO |
CHROMA_LOG_DIR | No | Directory for storing Chroma logs | |
CHROMA_DATA_DIR | No | Directory for storing persistent Chroma data when using persistent client type | |
CHROMA_CLIENT_TYPE | No | Type of Chroma client to use - 'ephemeral' for in-memory storage (data lost on restart) or 'persistent' for persistent storage | ephemeral |
MCP_SERVER_LOG_LEVEL | No | MCP server logging level | INFO |
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 |