Skip to main content
Glama

mcp-agent-forge

docker-compose.yml650 B
version: '3.8' services: agent-forge: build: context: . dockerfile: Dockerfile container_name: agent-forge restart: unless-stopped stdin_open: true ports: - "8080:8080" volumes: - ./logs:/app/logs - ./config/config.yaml:/app/config/config.yaml environment: - DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY} healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/"] interval: 30s timeout: 5s retries: 3 start_period: 5s # 使用方法: # 1. 创建.env文件,设置DEEPSEEK_API_KEY # 2. 运行 docker-compose up -d

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/HundunOnline/mcp-agent-forge'

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