Skip to main content
Glama

MCP Swagger Server

by zecure
Dockerfile431 B
FROM python:3.12-slim WORKDIR /app # Install package in editable mode with dependencies COPY pyproject.toml . COPY README.md . COPY src/ ./src/ RUN pip install --no-cache-dir -e . # Default environment variables (can be overridden) ENV API_BASE_URL="" ENV API_TOKEN="" # Expose the default port EXPOSE 8080 # Default entrypoint using the installed script ENTRYPOINT ["mcp-swagger"] # Default command shows help CMD ["--help"]

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/zecure/mcp_swagger'

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