kali-mcp-server

sanguine6660/kali-mcp-server
★ 0 stars Python Security Updated 5d ago
A secure, containerized Model Context Protocol (MCP) server that bridges any MCP-compatible client with a full-featured Kali Linux environment for authorized security auditing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kali-mcp-server": {
      "command": "uvx",
      "args": [
        "kali-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install kali-mcp-server