Skip to main content
Glama

MCP REST API Server

by vinaykp
Dockerfile394 B
# Use the official Python image as the base image FROM python:3.13-alpine # Set the working directory in the container WORKDIR /app # Copy the application files to the container COPY . /app # Install dependencies RUN pip install -e . # Expose the port your application runs on (default for FastAPI/Flask is 8000) EXPOSE 8000 # Command to run the application 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/vinaykp/mcp_restapi'

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