Skip to main content
SecurityPython

securityfortech/secops-mcp

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.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/securityfortech/secops-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
securityfortech