Skip to main content
Glama

Paperclip

by matsjfunke
docker-compose.yml404 B
version: "3.8" services: paperclip: build: context: . image: paperclip-image container_name: paperclip ports: - 8000:8000 volumes: - ./:/app # mount local backend dir to /app in container to enable live reloading of code changes command: watchmedo auto-restart --patterns="*.py" --recursive -- python src/server.py --transport http --host 0.0.0.0 --port 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