Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_configure_settings

Configure advanced settings for the Adversary MCP Server, including severity thresholds, exploit safety mode, LLM-based analysis, and exploit generation for enhanced security workflows.

Instructions

Configure adversary MCP server settings

Input Schema

NameRequiredDescriptionDefault
enable_exploit_generationNoEnable exploit generation
enable_llm_analysisNoEnable LLM-based analysis
exploit_safety_modeNoEnable safety mode for exploit generation
severity_thresholdNoDefault severity threshold

Input Schema (JSON Schema)

{ "properties": { "enable_exploit_generation": { "description": "Enable exploit generation", "type": "boolean" }, "enable_llm_analysis": { "description": "Enable LLM-based analysis", "type": "boolean" }, "exploit_safety_mode": { "description": "Enable safety mode for exploit generation", "type": "boolean" }, "severity_threshold": { "description": "Default severity threshold", "enum": [ "low", "medium", "high", "critical" ], "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from Adversary MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brettbergin/adversary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server