Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATTACK_MCP_HOST | No | The host address to bind to when running in HTTP mode. Also accepts HOST environment variable | 0.0.0.0 |
| ATTACK_MCP_MODE | No | The mode to run the server in. Valid values: 'stdio' (default, for local integration) or 'http' (for remote/development/debugging) | stdio |
| ATTACK_MCP_PORT | No | The port to listen on when running in HTTP mode. Also accepts PORT environment variable | 8081 |
| ATTACK_MCP_LOG_LEVEL | No | The logging level for the server. Default is 'info' | info |
Capabilities
Server capabilities have not been inspected yet.
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 | |