Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | HTTP server host for MCP server mode | localhost |
PORT | No | HTTP server port for MCP server mode | 3001 |
MODEL | No | Embedding model to use | nomic-embed-text |
LOG_LEVEL | No | Log level: error|warn|info|debug | error |
OLLAMA_URL | No | Ollama API URL | http://localhost:11434 |
QDRANT_URL | No | Qdrant vector DB URL | http://localhost:6333 |
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 |