Skip to main content
Glama

awsome_kali_MCPServers

Dockerfile497 B
FROM python:3.12-slim-bookworm WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install -y \ iputils-ping \ net-tools \ dnsutils \ nmap \ binutils \ traceroute \ tshark && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . ENV PYTHONPATH=/app ENV IS_SAFE=false # set run cmd ENTRYPOINT ["python", "app.py"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VERMAXVR/awsome_kali_MCPServers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server