Skip to main content
Glama

documcp

by tosin2013
docker-compose.docs.yml616 B
# Docker Compose for documentation testing # Generated by DocuMCP version: "3.8" services: docs: build: context: . dockerfile: Dockerfile.docs ports: - "3001:3001" container_name: documcp-docs healthcheck: test: [ "CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3001/", ] interval: 30s timeout: 10s retries: 3 volumes: # Mount docs directory for live editing (optional) - ./docs:/app/docs:ro environment: - NODE_ENV=production

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/tosin2013/documcp'

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