Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DOCY_HOST | No | Host address to bind the server to | 127.0.0.1 |
DOCY_PORT | No | Port to run the server on | 8000 |
DOCY_DEBUG | No | Enable debug logging ("true", "1", "yes", or "y") | |
DOCY_CACHE_TTL | No | Cache time-to-live in seconds | 432000 |
DOCY_TRANSPORT | No | Transport protocol to use (options: "sse" or "stdio") | stdio |
DOCY_USER_AGENT | No | Custom User-Agent string for HTTP requests | |
DOCY_CACHE_DIRECTORY | No | Path to the cache directory | .docy.cache |
DOCY_DOCUMENTATION_URLS | No | Comma-separated list of URLs to documentation sites to include (e.g., "https://docs.crawl4ai.com/,https://react.dev/") | |
DOCY_SKIP_CRAWL4AI_SETUP | No | Skip running the crawl4ai-setup command at startup ("true", "1", "yes", or "y") | |
DOCY_DOCUMENTATION_URLS_FILE | No | Path to a file containing documentation URLs, one per line | .docy.urls |
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 |