MCP.so
Sign In
Servers

awsome-kali-MCPServers

@ccq1

awsome kali MCPServers is a set of MCP servers tailored for Kali Linux

Overview

What is awsome-kali-MCPServers?

awsome-kali-MCPServers is a collection of Model Context Protocol (MCP) servers designed for Kali Linux environments. It integrates tools like Nmap, nm, objdump, strings, and tshark to enhance reverse engineering, security testing, and automation workflows for security researchers and developers.

How to use awsome-kali-MCPServers?

Build the Docker image using docker build -t kali-mcps:latest ., then configure an MCP client (e.g., Claude Desktop, Cline, Goose, Roo Code) with the provided JSON configuration to run the container. Once connected, use built-in tools like basic_scan, disassemble, or capture_live via the client.

Key features of awsome-kali-MCPServers

  • Network scanning with Nmap (basic, intense, stealth, quick, vulnerability)
  • Symbol analysis with nm (basic, dynamic, demangle, numeric/size sort)
  • Binary analysis with objdump (file headers, disassemble, symbol/section tables)
  • String extraction with strings (basic, min length, offsets, encoding)
  • Network traffic analysis with tshark (capture, analyze pcap, HTTP extraction)
  • Sandboxed command execution via Docker (configurable memory, CPU, network, timeout)

Use cases of awsome-kali-MCPServers

  • Automate network reconnaissance with Nmap scans inside an isolated container.
  • Reverse engineer binaries by disassembling and extracting symbols/strings.
  • Analyze live or captured network traffic with tshark protocol dissection.
  • Execute security tools in a repeatable, containerized environment.
  • Integrate Kali Linux tooling into MCP-based automation workflows.

FAQ from awsome-kali-MCPServers

What tools are included?

Nmap, nm, objdump, strings, tshark, and a Docker sandbox for secure command execution.

How do I start using awsome-kali-MCPServers?

Build the Docker image from the project root, then configure an MCP client (e.g., Claude Desktop) with the provided JSON to run the container automatically.

Is Docker required?

Yes. The server runs exclusively as a Docker container. You must have Docker installed on your host.

Which MCP clients are supported?

Claude Desktop, Cline, Goose, and Roo Code are explicitly mentioned as compatible clients.

Can I customize the sandbox resource limits?

Yes. You can configure memory limit (default 2GB), CPU limit (default 1 core), network mode, and timeout duration for the Docker sandbox container.

Tags

More from Other