Skip to main content
Glama
Caddyfile586 B
# Caddyfile for serving the frontend in docker :80 { bind 0.0.0.0 # API 代理 - 将 /api 请求转发到后端服务 handle /api/* { # 直接转发到后端,保持 /api 前缀 # 使用环境变量 {$VITE_MANAGER_SERVER_PORT} 支持动态端口配置 reverse_proxy mcp-with-manager:{$VITE_MANAGER_SERVER_PORT} { # 健康检查 health_uri /health health_interval 30s health_timeout 10s } } # 前端静态文件服务 handle { root * /usr/share/frontend encode gzip file_server try_files {path} /index.html } }

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/itcook/graphiti-mcp-pro'

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