Loading languages...
PE

PentestMCP

@dev-lu1

MCP for interacting with Kali Linux using LLMs like Claude

pentest
security-scan
kali-linux

# mcpServer Config

{
  "mcpServers": {
    "pentest-mcp": {
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "pentest-mcp",
        "python3",
        "/app/pentest_mcp.py"
      ]
    }
  }
}

# stdio

docker exec -i pentest-mcp python3 /app/pentest_mcp.py
Transport:
stdio
Язык:
Python
Создано:4/15/2025
Обновлено:8/4/2025
Домашняя страница:
https://github.com/dev-lu/PentestMCP