Skip to main content
Glama

Personal Resume Agent

by vsiwach
docker-compose.yml435 B
version: '3.8' services: personal-resume-mcp: build: . ports: - "8000:8000" environment: - PORT=8000 - PYTHONPATH=/app/src volumes: # Mount local data directory for development - ./data:/app/data healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s timeout: 10s retries: 3 start_period: 60s restart: unless-stopped

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/vsiwach/MCP-Resume-AWS'

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