Skip to main content
Glama

Dedalus MCP Documentation Server

by kitan23
Dockerfile435 B
# Dockerfile for Dedalus Documentation MCP Server FROM python:3.11-slim # Set working directory WORKDIR /app # Copy requirements first for better caching COPY requirements.txt . # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy source code COPY src/ ./src/ COPY docs/ ./docs/ # Set environment variables ENV PYTHONUNBUFFERED=1 ENV DOCS_DIR=/app/docs # Run the server CMD ["python", "src/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/kitan23/Python_MCP_Server_Example_2'

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