Kali-mcp-server

ashishlaheri/Kali-mcp-server

3.2

If you are the rightful owner of Kali-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Kali Pentest MCP Server is designed to provide a controlled environment for educational network analysis using popular penetration testing tools.

Tools
6
Resources
0
Prompts
0

Kali Pentest MCP Server

MCP server exposing Kali pentest tools (nmap, nikto, sqlmap, wpscan, dirb, searchsploit) for educational network analysis within authorized labs.

⚙️ Installation

git clone https://github.com/ashishlaheri/kali-mcp.git
cd kali-mcp
docker build -t kali-mcp-server .
docker run -it -p 8000:8000 kali-mcp-server

Access via: http://localhost:8000

Example API Usage

curl -X POST http://localhost:8000/run -H "Content-Type: application/json" -d '{"tool": "nmap", "args": ["-sn", "127.0.0.1"]}'

🔒 Legal Disclaimer

Use this server only for systems you own or have explicit permission to test.