Skip to main content
Glama

GitHub MCP Server

by ShyaM-SqS
  • Linux
  • Apple
Dockerfile233 B
# Use official Python image FROM python:3.12-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8080 CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "8080"]

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/ShyaM-SqS/MCP'

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