awsome-kali-MCPServers logo

awsome-kali-MCPServers

by ccq1

awsome-kali-MCPServers is a collection of Model Context Protocol (MCP) servers designed for Kali Linux environments. It aims to enhance reverse engineering, security testing, and automation workflows by integrating powerful tools and flexible features.

View on GitHub

Last updated: N/A

What is awsome-kali-MCPServers?

This is a collection of Model Context Protocol (MCP) servers designed specifically for Kali Linux, integrating tools for network analysis, binary understanding, and automation.

How to use awsome-kali-MCPServers?

Build the Docker image, launch an MCP client (like claude desktop, cline, goose, or roo code), configure the client to connect to the Docker container, and then use the built-in Kali tools via the MCP client.

Key features of awsome-kali-MCPServers

  • Network scanning (Nmap)

  • Symbol analysis (nm)

  • Binary analysis (objdump)

  • String extraction (strings)

  • Network traffic analysis (Wireshark/tshark)

  • Docker sandbox support

Use cases of awsome-kali-MCPServers

  • Basic network scanning

  • In-depth network scanning

  • Disassembling target files

  • Extracting strings from binaries

  • Capturing and analyzing network traffic

  • Secure command execution in isolated container environment

FAQ from awsome-kali-MCPServers

What is the default Docker image used for the sandbox?

The default Docker image is ubuntu-systemd:22.04.

What are the default resource limits for the Docker sandbox?

The default memory limit is 2GB and the CPU limit is 1 core.

Can I copy files between the host and the Docker container?

Yes, bidirectional file copying is supported.

What kind of network scans can I perform?

You can perform basic, intense, stealth, quick, and vulnerability scans using Nmap.

What binary analysis tools are integrated?

The project integrates nm and objdump for symbol and binary analysis.