Back to MCP Servers

Secops

All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more.

securitytestingaiagent

Installation

npx -y secops-mcp

Configuration

{
  "mcpServers": {
    "secops-mcp": {
      "command": "npx",
      "args": ["-y", "secops-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub