Skip to main content
Glama

OpenAPI MCP Server

Dockerfile_local495 B
FROM python:3.11-slim RUN apt-get update && apt-get install -y git && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /app RUN git clone https://github.com/rahgadda/openapi_mcp_server . COPY . . RUN rm -rf images RUN pip install uv RUN uv sync EXPOSE 8080 ENV DEBUG=True API_BASE_URL=http://petstore.swagger.io/v2 OPENAPI_SPEC_PATH=https://petstore.swagger.io/v2/swagger.json API_HEADERS=Content-Type:application/json API_WHITE_LIST=findPetsByStatus CMD ["uv", "run","openapi_mcp_server"]

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/rahgadda/openapi_mcp_server'

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