MCP Catalogs
Homeawsome_kali_MCPServers screenshot

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.

securitydeveloper-toolsops-infra
16
Forks
0
Open issues
6 mo ago
Last commit
2d ago
Indexed

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:

you:Security researchers performing network scans and traffic analysis through an MCP client
you:Penetration testers analyzing binaries and extracting strings from suspicious files
you:Developers automating security testing workflows by integrating Kali tools into their development process
you:What is the purpose of this MCP server collection?
you:What tools are included in this collection?

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 README
  • basic_scan

    Perform basic network scanning

  • intense_scan

    Conduct in-depth network scanning

  • stealth_scan

    Execute stealth network scanning

  • disassemble

    Disassemble a target binary file

  • capture_live

    Capture real-time network traffic

  • analyze_pcap

    Analyze a pcap file

  • basic_symbols

    List basic symbols from a binary

  • file_headers

    Display file headers information

  • basic_strings

    Extract basic strings from a file

  • extract_http

    Extract HTTP data from network captures

  • sandbox_command

    Execute a command in a Docker sandbox

  • vulnerability_scan

    Perform vulnerability scanning

Comparable tools

mcp-server-nmapmcp-forensicsshell-mcp

Installation

Installation

  1. Build the Docker image:
docker build -t kali-mcps:latest .
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.