by Wh0am123
MCP configuration to connect AI agent to a Linux machine.
# Add to your Claude Code skills
git clone https://github.com/Wh0am123/MCP-Kali-ServerMCP Kali Server is a lightweight API bridge that connects MCP clients (e.g: Claude Desktop or 5ire) to the API server which allows executing commands on a Linux terminal.
This MCP is able to run terminal commands as well as interacting with web applications using:
Dirbenum4linuxgobusterHydraJohn the RipperMetasploit-FrameworkNiktoNmapsqlmapWPScanAs a result, this is able to perform AI-assisted penetration testing and solving CTF challenges in real time.
π How MCP is Revolutionizing Offensive Security
The goal is to enable AI-driven offensive security testing by:
curl, nmap, ffuf, etc.) and receive structured outputs.Here are some example (using Google's AI gemini 2.0 flash):
https://github.com/user-attachments/assets/dc93b71d-9a4a-4ad5-8079-2c26c04e5397
https://github.com/user-attachments/assets/3ec06ff8-0bdf-4ad5-be71-2ec490b7ee27
curl and any other tool AI the needs.sudo apt install mcp-kali-server
kali-server
Otherwise for bleeding edge:
git clone https://github.com/Wh0am123/MCP-Kali-Server.git
cd MCP-Kali-Server
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 kali_server.py...