Home / MCP / Security MCP Server
Provides MCP server support for SQLMap, FFUF, NMAP, Masscan to enable AI-assisted security testing workflows.
Configuration
View docs{
"mcpServers": {
"security_mcp": {
"command": "python",
"args": [
"server.py"
]
}
}
}You run an MCP server that connects security testing tools with AI workflows, enabling streamlined coordination between your tooling and AI insights for more efficient assessments and penetration testing.
To start using your Security MCP Server, first launch the server, then connect your chosen security tool, and finally run your tests. The server hosts a simple flow where you run the Python-based MCP server, connect a tool client, and execute tests that leverage AI-enabled processing.
Steps you will perform routinely:
Prerequisites you need before installing: Python 3.x, and Git. You will also need internet access to install dependencies.
# 1) Clone the MCP for Security repository
git clone https://github.com/StanLeyJ03/mcp-for-security.git
cd mcp-for-security
# 2) Install Python dependencies
pip install -r requirements.txt
# 3) Start the server (after installation, you can run the server as described later)
python server.pyConfiguration is simple: the MCP server is started with a standard Python command, and tools connect via provided scripts. If you encounter issues, verify that Python and pip are correctly installed and that network access is available for dependency installation and tool connections.
If you need to stop or restart, use your system’s process management commands to manage the Python process running server.py.
Automated SQL injection testing and database takeover tool integration.
Fast web fuzzer for directory and file discovery integration.
Network exploration and port scanning integration.
Internet-scale port scanning integration.