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.
Quick Start
Clone the repository:
git clone https://github.com/securityfortech/secops-mcpClaude Desktop configuration example:
{
"mcpServers": {
"secops-mcp": {
"command": "npx",
"args": [
"-y",
"securityfortech/secops-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.