Skip to main content
Glama

Article Manager MCP Server

by joelmnz
docker-compose.yml•728 B
version: '3.8' services: article-manager: build: context: . dockerfile: Dockerfile image: ghcr.io/joelmnz/mcp-markdown-manager:latest container_name: mcp-markdown-manager ports: - "5000:5000" environment: - AUTH_TOKEN=${AUTH_TOKEN} - DATA_DIR=/data - PORT=5000 - NODE_ENV=production - MCP_SERVER_ENABLED=true volumes: - ./data:/data restart: unless-stopped healthcheck: test: ["CMD", "bun", "-e", "fetch('http://localhost:5000/health').then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))"] interval: 30s timeout: 3s retries: 3 start_period: 5s volumes: data: driver: local

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/joelmnz/mcp-markdown-manager'

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