Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for debugging | info |
| CREEPER_PATH | Yes | The file path to the Creeper crawler installation directory | |
| SUMMARY_API_KEY | Yes | Your DeepSeek API key for content summarization | |
| DOMAIN_BLACKLIST | No | Comma-separated list of domains to exclude from search results | pinterest.com,facebook.com,instagram.com |
| DOMAIN_WHITELIST | No | Comma-separated list of domains to prioritize in search results | github.com,stackoverflow.com |
| FILTER_LLM_MODEL | No | Model name for the LLM used for filtering | glm-4.5-air |
| SEARXNG_BASE_URL | Yes | The base URL of the SearXNG search engine | http://127.0.0.1:8086 |
| FILTER_LLM_API_KEY | No | API key for the LLM used for intelligent filtering | |
| FILTER_LLM_ENABLED | No | Enable LLM-based intelligent filtering for search results | true |
| FILTER_MAX_RESULTS | No | Maximum number of search results to return after filtering | 8 |
| FILTER_LLM_BASE_URL | No | Base URL for the LLM API used for filtering | https://api.deepseek.com |
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 | |