Skip to main content
Glama

Paperclip

by matsjfunke
Dockerfile462 B
FROM python:3.12-slim-bullseye WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Update sources list and install packages (assuming these are needed for your app) RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ libgl1-mesa-glx \ libglib2.0-0 \ && apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN pip install --upgrade pip COPY ./src . EXPOSE 8000

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/matsjfunke/paperclip'

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