# Kali Docker Mcp

> Containerized Kali MCP server

- **Type:** MCP server
- **Install:** `agentstack add mcp-weirdmachine64-kali-docker-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [weirdmachine64](https://agentstack.voostack.com/s/weirdmachine64)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [weirdmachine64](https://github.com/weirdmachine64)
- **Source:** https://github.com/weirdmachine64/kali-docker-mcp

## Install

```sh
agentstack add mcp-weirdmachine64-kali-docker-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Kali MCP Server

A Model Context Protocol (MCP) server that provides command execution capabilities in a containerized Kali Linux environment for semi-automated penetration testing and security research capabilities.

## Demo

[https://github.com/user-attachments/assets/demo.mp4
](https://github.com/user-attachments/assets/0e23d8ed-745f-43eb-b636-e1aa9e8d207e)

*Watch the Kali MCP Server in action*

## Disclaimer

This tool is provided for educational and authorized security testing purposes only. Use at your own risk. The authors are not responsible for any misuse or damage caused by this software. Always ensure you have proper authorization before conducting security assessments.

## Features

- **Containerized Command Execution**: Run Kali Linux security tools in a containerized environment
- **Background Job Management**: Long-running commands (>60s) automatically run as background jobs
- **Interactsh Integration**: Out-of-band interaction detection for blind vulnerabilities
- **Service API Management**: Centralized configuration for reconnaissance APIs (GitHub, Shodan, etc.)
- **Workspace Management**: Organized directory structure for pentest artifacts

## Requirements

- Docker & Docker Compose
- MCP-compatible client (Claude Code, Gemini CLI, VS Code with Copilot, etc.)

## Quick Start

1. **Start the container:**
   ```bash
   docker compose up --build -d
   ```

2. **Verify it's running:**
   ```bash
   docker ps | grep kali-mcp-server
   ```

3. **Configure your MCP client:**

   > **⚠️ IMPORTANT**: Disable any built-in terminal or command execution tools in your MCP client to prevent commands from being unintentionally executed on your host system instead of the Kali container. All security tools should run exclusively within the containerized environment for safety and isolation.

**Claude Desktop:**

```bash
claude mcp add --transport stdio kali-mcp-server "docker exec -i kali-mcp-server python3 /app/kali_server.py"
```

**Gemini CLI:**

```bash
gemini mcp add kali-mcp-server "docker exec -i kali-mcp-server python3 /app/kali_server.py"
```

**VS Code (Copilot):**

Create or edit `.vscode/mcp.json` in your workspace:

```json
{
  "servers": {
    "kali-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "kali-mcp-server",
        "python3",
        "/app/kali_server.py"
      ]
    }
  }
}
```

**Others**

```json
{
   "mcpServers": {
      "kali-mcp-server": {
         "type": "stdio",
         "command": "docker",
         "args": [
            "exec",
            "-i",
            "kali-mcp-server",
            "python3",
            "/app/kali_server.py"
            ],
         "env": {}
      }
   }
}
```

**After configuration**: Restart your MCP client to load the Kali MCP server.

## Available Tools

### Core MCP Tools

- `run_kali_command` - Execute commands in Kali environment
- `get_job_status` - Check background job status
- `list_background_jobs` - List all running jobs
- `cancel_job` - Cancel a running job
- `get_workspace_info` - Get workspace configuration

### Interactsh Tools

- `start_interactsh` - Start out-of-band interaction monitoring
- `get_interactsh_status` - Check interactsh worker status
- `poll_interactsh` - Retrieve recorded interactions
- `stop_interactsh` - Stop interactsh worker

### Service Management

- `get_service_tokens` - Get configured API service tokens

## Pre-installed Security Tools

- **Network Scanning**: `nmap`, `masscan`
- **Web Testing**: `dirb`, `ffuf`, `whatweb`, `nikto`
- **DNS/Domain**: `dig`, `whois`, `dnsrecon`
- **Utilities**: `curl`, `wget`, `jq`, `exiftool`
- **Wordlists**: `Seclists`

## Configuration

Edit `config.toml` to configure:
- Workspace directory structure
- Interactsh settings
- API service tokens (GitHub, Shodan, VirusTotal, etc.)

## Security Notes

- Container runs with necessary privileges for security tools
- Network tools require elevated capabilities (NET_ADMIN, NET_RAW)
- All command execution is contained within the Docker environment
- API tokens should be configured securely in production

## License

This project is an independent open-source contribution and is **not affiliated with, endorsed by, or associated with OffSec or Kali Linux**. Kali Linux is a trademark of Offensive Security.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [weirdmachine64](https://github.com/weirdmachine64)
- **Source:** [weirdmachine64/kali-docker-mcp](https://github.com/weirdmachine64/kali-docker-mcp)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-weirdmachine64-kali-docker-mcp
- Seller: https://agentstack.voostack.com/s/weirdmachine64
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
