awsome_kali_MCPServers
by ccq1·★ 101·Score 41
Collection of MCP servers for Kali Linux providing security tools like Nmap, objdump, and Wireshark through Docker containers.
Overview
This is a specialized MCP server collection designed specifically for security researchers and penetration testers working with Kali Linux. It integrates common security tools like Nmap for network scanning, objdump for binary analysis, nm for symbol analysis, strings for extracting text, and tshark for network traffic analysis. The servers run in Docker containers, providing a secure and isolated environment for these potentially dangerous tools. The project appears to be actively developed with recent updates and a clear roadmap for future enhancements including sandbox support and additional reverse engineering tools.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you need to integrate Kali Linux security tools into your MCP workflow for penetration testing, reverse engineering, or network analysis.
When NOT to choose this
Not ideal for production environments requiring persistent storage or advanced authentication as this is primarily a development-focused tool collection.
Tools this server exposes
12 tools extracted from the READMEbasic_scanPerform basic network scanning
intense_scanConduct in-depth network scanning
stealth_scanExecute stealth network scanning
disassembleDisassemble a target binary file
capture_liveCapture real-time network traffic
analyze_pcapAnalyze a pcap file
basic_symbolsList basic symbols from a binary
file_headersDisplay file headers information
basic_stringsExtract basic strings from a file
extract_httpExtract HTTP data from network captures
sandbox_commandExecute a command in a Docker sandbox
vulnerability_scanPerform vulnerability scanning
Comparable tools
Installation
Installation
- Build the Docker image:
docker build -t kali-mcps:latest .- Configure your MCP client (e.g., Claude Desktop) with:
{
"mcpServers": {
"kali-docker": {
"command": "docker",
"args": ["run", "-i", "kali-mcps:latest"]
}
}
}FAQ
- What is the purpose of this MCP server collection?
- It provides a collection of security tools from Kali Linux accessible through the MCP protocol, allowing users to perform security testing tasks directly from their MCP client.
- What tools are included in this collection?
- The collection includes Nmap for network scanning, objdump for binary analysis, nm for symbol analysis, strings for text extraction, and tshark for network traffic analysis, among others.
Compare awsome_kali_MCPServers with
Last updated · Auto-generated from public README + GitHub signals.