Servers
Security Operations Multi-Tool Platform (MCP)
@securityfortech
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"secops-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"secops-mcp",
"."
]
}
}
}