Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL | INFO |
| MCP_CONFIG_FILE | No | Path to configuration file (YAML/JSON) | |
| MCP_SERVER_HOST | No | HTTP server host (http mode only) | 0.0.0.0 |
| MCP_SERVER_PORT | No | HTTP server port (http mode only) | 8080 |
| MCP_SERVER_TRANSPORT | No | Transport mode: stdio (for Claude) or http (for API) | stdio |
| MCP_SECURITY_ALLOW_INTRUSIVE | No | Allow intrusive operations (nmap -A, vuln scripts). WARNING: Only enable in controlled environments! | false |
| MCP_SECURITY_TIMEOUT_SECONDS | No | Default timeout in seconds | 300 |
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 | |