We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•575 B
# Deployment Overview
Artifacts and configs to deploy the Master MCP Server:
- Docker
- `deploy/docker/Dockerfile`: multi-stage build for Node runtime.
- `deploy/docker/docker-compose.yml`: local development runner.
- Cloudflare Workers
- `deploy/cloudflare/wrangler.toml`: Workers config (staging/production envs).
- `deploy/cloudflare/README.md`: usage notes.
- Koyeb
- `deploy/koyeb/koyeb.yaml`: Koyeb service and autoscaling settings.
CI/CD pipelines live in `.github/workflows`. See `docs/architecture/phase10-deployment-architecture.md` for full details.