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-mcpConfiguration
{
"mcpServers": {
"secops-mcp": {
"command": "npx",
"args": ["-y", "secops-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes