Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CSV_URL | No | URL of the ExploitDB CSV file | https://gitlab.com/exploit-database/exploitdb/-/raw/main/files_exploits.csv |
| DB_PATH | No | Path to the SQLite database | ./data/exploitdb.sqlite |
| DATA_DIR | No | Directory to store data | ./data |
| MAX_RESULTS | No | Maximum number of results to return per query | 10 |
| REPOSITORY_URL | No | URL of the ExploitDB repository | https://gitlab.com/exploit-database/exploitdb.git |
| UPDATE_INTERVAL | No | Update frequency in hours (0 to disable) | 24 |
| CLONE_REPOSITORY | No | Whether to clone the ExploitDB repository | false |
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 | |