awsome kali MCPServers is a set of MCP servers tailored for Kali Linux
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kali-docker": {
"args": [
"run",
"-i",
"kali-mcps:latest"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Welcome to awsome-kali-MCPServers! This repository is a collection of Model Context Protocol (MCP) servers designed specifically for Kali Linux environments. The goal is to enhance reverse engineering, security testing, and automation workflows by integrating powerful tools and flexible features. Whether you're a security researcher or a developer, this project aims to streamline your tasks with Kali Linux.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Awsome_kali_MCPServers and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Welcome to awsome-kali-MCPServers! This repository is a collection of Model Context Protocol (MCP) servers designed specifically for Kali Linux environments. The goal is to enhance reverse engineering, security testing, and automation workflows by integrating powerful tools and flexible features. Whether you're a security researcher or a developer, this project aims to streamline your tasks with Kali Linux.
Follow these steps to quickly get started with kali-mcps:
docker build -t kali-mcps:latest .
{
"mcpServers": {
"kali-docker": {
"command": "docker",
"args": ["run", "-i", "kali-mcps:latest"]
}
}
}
"kali-docker" is the server name, which you can customize."command": "docker" specifies that Docker will be used to run the container."args" defines the Docker run parameters: -i enables interactive mode, and kali-mcps:latest is the image you just built.basic_scan for basic network scanning.disassemble to disassemble a target file.capture_live to capture real-time network traffic.
Network Analysis: Tools for sniffing and analyzing traffic. Binary Understanding: Support for reverse engineering and function analysis. Automation: Scripts and servers to simplify repetitive tasks.
Since the last update, we have added the following features, integrating a series of tools based on the FastMCP framework:
basic_scan: Basic network scanning.intense_scan: In-depth network scanning.stealth_scan: Stealth network scanning.quick_scan: Quick network scanning.vulnerability_scan: Vulnerability scanning.basic_symbols: Lists basic symbols.dynamic_symbols: Lists dynamic symbols.demangle_symbols: Decodes symbols.numeric_sort: Sorts symbols numerically.size_sort: Sorts symbols by size.undefined_symbols: Lists undefined symbols.file_headers: Lists file headers.disassemble: Disassembles the target file.symbol_table: Lists the symbol table.section_headers: Lists section headers.full_contents: Lists full contents.basic_strings: Basic string extraction.min_length_strings: Extracts strings with a specified minimum length.offset_strings: Extracts strings with offsets.encoding_strings: Extracts strings based on encoding.capture_live: Captures network traffic in real-time.analyze_pcap: Analyzes pcap files.extract_http: Extracts HTTP data.protocol_hierarchy: Lists protocol hierarchy.conversation_statistics: Provides conversation statistics.expert_info: Analyzes expert information.A new sandbox feature has been added, enabling secure command execution in an isolated container environment:
Runs commands using Docker containers, with the default image being ubuntu-systemd:22.04. Configurable memory limit (default: 2GB), CPU limit (default: 1 core), network mode, and timeout durati