awsome-kali-MCPServers
@ccq1
About awsome-kali-MCPServers
awsome kali MCPServers is a set of MCP servers tailored for Kali Linux
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"awsome_kali_MCPServers": {
"command": "docker",
"args": [
"build",
"-t",
"kali-mcps:latest",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments