This package contains a lightweight API bridge that connects MCP Clients (e.g: Claude Desktop, 5ire) to the API server which allows excuting commands on a Linux terminal. This allows the MCP to run terminal commands like nmap, nxc or any other tool, interact with web applications using tools like curl, wget, gobuster. And perform AI-assisted penetration testing, solving CTF web challenge in real time, helping in solving machines from HTB or THM.
Escolha um comando ao lado para ver a descrição e a ajuda completa.
kali-server-mcp
Kali Linux MCP API Server
root@kali:~# kali-server-mcp -h
usage: server.py [-h] [--debug] [--port PORT] [--ip IP]
Run the Kali Linux API Server
options:
-h, --help show this help message and exit
--debug Enable debug mode
--port PORT Port for the API server (default: 5000)
--ip IP IP address to bind the server to (default: 127.0.0.1 for
localhost only)
mcp-server
Kali Linux MCP Bridge
root@kali:~# mcp-server -h
usage: client.py [-h] [--server SERVER] [--timeout TIMEOUT] [--debug]
Run the MCP Kali client
options:
-h, --help show this help message and exit
--server SERVER Kali API server URL (default: http://localhost:5000)
--timeout TIMEOUT Request timeout in seconds (default: 300)
--debug Enable debug logging