Skip to main content
Glama
docker-compose.yml632 B
version: '3.8' services: docx-mcp: build: context: . dockerfile: Dockerfile container_name: docx-mcp-server ports: - "8080:8080" volumes: - ./documents:/app/documents:rw - ./logs:/app/logs:rw environment: DOCX_MCP_PROJECT_DIR: /app/documents DOCX_MCP_LOG_LEVEL: INFO DOCX_MCP_MAX_FILE_SIZE: 52428800 restart: unless-stopped healthcheck: test: ["CMD", "python", "-c", "from docx_mcp.server import health_check; health_check()"] interval: 30s timeout: 10s retries: 3 start_period: 5s volumes: documents: driver: local

Latest Blog Posts

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/Andrew82106/LLM_Docx_Agent_MCP'

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