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
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments