Skip to main content
Glama

Overleaf MCP Server

by GhoshSrinjoy
docker-compose.yml446 B
services: redis: image: redis:7-alpine restart: unless-stopped ports: - "6379:6379" mcp: build: . environment: - REDIS_HOST=redis - REDIS_PORT=6379 - PROJECTS_FILE=/app/projects.json - REQUEST_CONCURRENCY=4 volumes: - ./projects.json:/app/projects.json:ro - ./data/cache:/app/temp depends_on: - redis restart: unless-stopped stdin_open: true tty: false

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/GhoshSrinjoy/overleaf-mcp'

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