FROM node:18-slim
WORKDIR /app
# Instalacja zależności systemowych
RUN apt-get update && apt-get install -y python3 python3-pip git
# Preinstalacja Semgrep z obejściem ograniczeń środowiska zarządzanego
RUN pip3 install --break-system-packages semgrep
# Kopiowanie plików projektu
COPY . .
# Instalacja zależności Node i budowanie projektu
RUN npm install
RUN npm run build
# Sprawdzenie instalacji Semgrep
RUN semgrep --version
# Uruchomienie serwera
CMD ["node", "build/index.js"]
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/Szowesgad/mcp-server-semgrep'
If you have feedback or need assistance with the MCP directory API, please join our Discord server