Skip to main content
Glama
Dockerfile456 B
# Use a slim Python image FROM python:3.11-slim # Set working directory WORKDIR /app # Copy requirements and install COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy the source code COPY . . # Install the package in editable mode or just install dependencies RUN pip install --no-cache-dir . # Expose no ports (MCP uses stdio) # Default command to run the server ENTRYPOINT ["python", "-m", "markdown_editor.server"]

Latest Blog Posts

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/KazKozDev/markdown-editor-mcp-server'

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