# Master MCP Server Documentation
Welcome to the Master MCP Server docs. This documentation covers architecture, configuration, authentication flows, request routing, deployment, and troubleshooting. It also includes end-to-end tutorials and working examples.
## Contents
- Getting Started: `../docs/getting-started.md`
- Guides:
- Authentication: `./guides/authentication.md`
- Configuration Mgmt: `./guides/configuration-management.md`
- Module Loading & Aggregation: `./guides/module-loading.md`
- Request Routing & Resilience: `./guides/request-routing.md`
- Server Management: `./guides/server-management.md`
- Tutorials:
- Beginner Setup: `./tutorials/beginner-getting-started.md`
- OAuth Delegation with GitHub: `./tutorials/oauth-delegation-github.md`
- Cloudflare Workers: `./tutorials/cloudflare-workers-tutorial.md`
- Load Balancing & Resilience: `./tutorials/load-balancing-and-resilience.md`
- API Reference: `./api/README.md` (generated via TypeDoc)
- Configuration:
- Schema & Reference: `./configuration/reference.md`
- Environment Variables: `./configuration/environment-variables.md`
- Security: `./configuration/security.md`
- Performance: `./configuration/performance.md`
- Deployment:
- Docker: `./deployment/docker.md`
- Cloudflare Workers: `./deployment/cloudflare-workers.md`
- Koyeb: `./deployment/koyeb.md`
- CI/CD: `./deployment/cicd.md`
- Troubleshooting:
- Common Issues: `./troubleshooting/common-issues.md`
- Error Reference: `./troubleshooting/errors.md`
- Performance Troubleshooting: `./troubleshooting/performance.md`
- Security Best Practices: `./troubleshooting/security-best-practices.md`
If you are looking for design notes per phase, see `./architecture/*` and testing strategy in `./testing/phase-9-testing-architecture.md`.