This is the master index for all development server infrastructure repositories. Each component has been separated into its own repository for better organization, maintenance, and deployment flexibility.
- mcp-servers - Model Context Protocol server implementations
- nginx-api-gateway - Nginx API gateway configuration and SSL setup
- docker-infrastructure - Docker and container management scripts
- ml-stack - Complete ML infrastructure with MLflow, Kubeflow, Jenkins
- llm-infrastructure - LLaMA and LLM infrastructure setup
- kubeflow-setup - Kubeflow ML pipeline setup
- mlflow-setup - MLflow experiment tracking setup
- nvidia-gpu - NVIDIA GPU and CUDA setup scripts
- database-stack - Database infrastructure with Redis, MongoDB, PostgreSQL
- vector-database - Vector database and search infrastructure
- github-integration - GitHub MCP server and integration scripts
- zapier-integration - Zapier webhook and automation integration
- brave-search - Brave search API integration
- graphql-gateway - GraphQL API gateway and schema
- jenkins-ci - Jenkins CI/CD pipeline setup
- go-development - Go development environment setup
- file-management - File system management and utilities
- deployment-scripts - General deployment and configuration scripts
- server-configs - Server configuration files and templates
- mcp-config-management - MCP server configuration management
git clone https://github.com/wtfisai/ml-stack.git
git clone https://github.com/wtfisai/llm-infrastructure.git
git clone https://github.com/wtfisai/nvidia-gpu.gitgit clone https://github.com/wtfisai/mcp-servers.git
git clone https://github.com/wtfisai/nginx-api-gateway.git
git clone https://github.com/wtfisai/graphql-gateway.gitgit clone https://github.com/wtfisai/database-stack.git
git clone https://github.com/wtfisai/vector-database.git┌─────────────────────────────────────────────────────────────┐
│ Nginx API Gateway │
│ (SSL Termination) │
├─────────────────────────────────────────────────────────────┤
│ MCP Servers │ ML Stack │ Databases │ Integrations │
├───────────────┼────────────┼─────────────┼─────────────────┤
│ • GitHub │ • MLflow │ • Redis │ • Zapier │
│ • Docker │ • Kubeflow │ • MongoDB │ • Brave Search │
│ • Vector │ • Jenkins │ • PostgreSQL│ • GraphQL │
│ • FileSystem │ • LLaMA │ • Qdrant │ • File Mgmt │
│ • Brave │ • Ollama │ │ │
└───────────────┴────────────┴─────────────┴─────────────────┘
- Operating System: Ubuntu 20.04+ or Debian 11+
- Docker: Latest version with Docker Compose
- Node.js: 18+ (for some MCP servers)
- Python: 3.8+ (for ML components)
- Git: For repository management
- GitHub CLI: For automated repository operations
-
System Preparation
sudo apt update && sudo apt upgrade -y sudo apt install -y git curl wget docker.io docker-compose -
Clone Required Repositories
mkdir -p ~/dev-infrastructure cd ~/dev-infrastructure # Clone specific repositories based on your needs
-
Environment Setup
# Set up environment variables cp .env.example .env # Edit .env with your configuration
-
Service Deployment
# Start core services docker-compose up -d
- Fork the relevant repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Each repository may have its own license. Please check individual repositories for license information.
For issues related to specific components:
- Open issues in the respective repositories
- Check the troubleshooting sections in individual READMEs
- Refer to the official documentation of underlying technologies
Last Updated: $(date) Total Repositories: 20 Maintainer: @wtfisai