kali-mcp MCP Server
Hannes221/kali-mcp
MCP server that gives AI assistants access to a Kali Linux Docker environment for security testing
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
Hannes221/kali-mcp is a TypeScript MCP server licensed under MIT. MCP server that gives AI assistants access to a Kali Linux Docker environment for security testing Topics: ai-tools, claude, cybersecurity, docker, ethical-hacking, kali, kali-linux, mcp, mcp-server, model-context-protocol, nmap, pentesting, security.
Ranked #88 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
16 weekly installs → early adoption
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# kali-mcp An MCP server that gives AI assistants access to a full Kali Linux environment running in Docker. Connect it to Claude Desktop, Claude Code, or any MCP-compatible client and let the AI run security tools like nmap, sqlmap, hydra, nikto, gobuster, and more. ## How it works ``` Claude <--stdio--> MCP Server <--Docker API--> Kali Linux Container ``` The MCP server manages a Docker container running Kali Linux. It exposes tools that let the AI start/stop the container, execute commands, and transfer files — all through the [Model Context Protocol](https://modelcontextprotocol.io). ## Tools | Tool | Description | |---|---| | `container_start` | Start the Kali Linux container | | `container_stop` | Stop and remove the container | | `container_status` | Check if the container is running | | `execute_command` | Run any shell command inside Kali | | `upload_file` | Write a file to the container | | `download_file` | Read a file from the container | | `list_files` | List directoRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.