skill-mcp-kali-server

VictorH24/skill-mcp-kali-server
★ 0 stars Python Code/Dev Tools Updated 6d ago
Skill, API and MCP bridge that exposes Kali Linux command-line tools for programmatic access, enabling searching, tool documentation retrieval, and command execution with timeouts. It supports both direct API calls and interactive terminal sessions, deployable as a Docker container for authorized security testing workflows.
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": {
    "skill-mcp-kali-serve": {
      "command": "uvx",
      "args": [
        "skill-mcp-kali-server"
      ]
    }
  }
}

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

README Excerpt

API and MCP bridge that exposes Kali Linux command-line tools for programmatic access, enabling searching, tool documentation retrieval, and command execution with timeouts. It supports both direct API calls and interactive terminal sessions, deployable as a Docker container for authorized security testing workflows.

Tools (1)

KALI_API_URL