Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for HTTP transport mode | 8765 |
| TRANSPORT | No | Transport mode: 'http' or 'stdio' | stdio |
| OLLAMA_URL | No | URL of the Ollama service for embeddings | http://ollama:11434 |
| QDRANT_URL | No | URL of the Qdrant vector database service | http://qdrant:6333 |
| LITELLM_URL | No | URL of the LiteLLM proxy service for LLM access | http://litellm:4000 |
| SQLITE_PATH | No | Path to SQLite database file for document storage | /app/data/documents.db |
| OPENAI_API_KEY | No | API key for LiteLLM authentication |
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 | |