Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IS_SERVER | No | Enable server mode to host REST API, or false to forward to remote server | true |
| CRAWL4AI_URL | No | URL of the Crawl4AI service for web content extraction | http://localhost:11235 |
| LOCAL_API_KEY | No | API key for authentication and rate limiting | dev-api-key |
| USE_MEMORY_DB | No | Enable RAM database mode for 10-50x faster query performance | true |
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 | |