Skip to main content
Glama

GTFOBins MCP Server

by evilbotnet
  • Apple
Dockerfile707 B
# Use Python slim image for Apple Silicon FROM --platform=linux/arm64 python:3.11-slim # Set working directory WORKDIR /app # Install git to clone the repository and clean up in same layer RUN apt-get update && \ apt-get install -y git && \ rm -rf /var/lib/apt/lists/* # Copy requirements first for better caching COPY requirements.txt . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Clone GTFOBins repository RUN git clone https://github.com/GTFOBins/GTFOBins.github.io.git gtfobins-data # Copy our MCP server files COPY server.py . # Set unbuffered Python output ENV PYTHONUNBUFFERED=1 # Default command for MCP server CMD ["python", "/app/server.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/evilbotnet/gtfo-bins-mcp'

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