sachin-13-aug/Kali-MCP-Server
If you are the rightful owner of Kali-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication between different components of a system, particularly in environments that utilize Docker and Python for server management and execution.
Clone the repo:
git clone https://github.com/sachin-13-aug/Kali-MCP-Server.git cd Kali-MCP-Server
Use Docker Compose to build and start everything:
docker compose up --build -d
Check running containers:
docker ps
Tail the logs (for example):
docker compose logs -fClone the repo:
git clone https://github.com/sachin-13-aug/Kali-MCP-Server.git cd Kali-MCP-Server Use Docker Compose to build and start everything:
docker compose up --build -d Check running containers:
docker ps Tail the logs (for example):
docker compose logs -f
The Config File of claude Desktop { "mcpServers": { "kali-security-tools": { "command": "docker", "args": ["exec", "-i", "kali-mcp-server", "python3", "/app/mcp_server.py", "--stdio"], "env": { "MCP_PORT": "3000" } } } }