Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for local development only (not used in Smithery cloud deployment) | 3000 |
| CHROMA_URL | No | URL of your Chroma instance (required if using Chroma) | |
| QDRANT_URL | No | URL of your Qdrant instance (required if using Qdrant) | |
| HTTP_SERVER | No | Set to true to enable HTTP server mode | |
| DATABASE_TYPE | No | Choose your vector database (qdrant or chroma) | |
| QDRANT_API_KEY | No | API key for Qdrant (required if using Qdrant) | |
| COLLECTION_NAME | No | Name of your vector collection |
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 | |