Skip to main content
Glama

MCP Simple OpenAI Assistant

by andybrandt
Dockerfile487 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use an official Python image FROM python:3.10-slim # Set the working directory WORKDIR /app # Copy the project files into the container COPY . . # Install the dependencies RUN pip install . # Set the environment variable for OpenAI API key (should be set at runtime) # ENV OPENAI_API_KEY your-api-key-here # Command to run the MCP server ENTRYPOINT ["python", "-m", "mcp_simple_openai_assistant"]

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/andybrandt/mcp-simple-openai-assistant'

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