Skip to main content
Glama

Exegol MCP Server

by janoujan
Dockerfile523 B
FROM python:3.11-slim # Crée un répertoire de travail WORKDIR /app # Copie les fichiers nécessaires COPY requirements.txt . COPY exegol_server.py . # Installe les dépendances système et Python RUN apt-get update && \ apt-get install -y --no-install-recommends curl && \ pip install --upgrade pip && \ pip install --no-cache-dir -r requirements.txt && \ rm -rf /var/lib/apt/lists/* # Expose le port du serveur EXPOSE 8080 # Lance le serveur CMD ["python3", "exegol_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/janoujan/exegol-mcp-server'

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