Skip to content
All Projects

MCP Server Infrastructure

Active

The core of my AI infrastructure: 14 Model Context Protocol servers giving Claude and n8n direct access to all education systems. Each server runs as a Docker container behind Traefik with automatic SSL certificates.

The MCP servers enable me to automatically create teaching materials, populate Moodle courses, publish WordPress articles, and process emails. All controlled by AI. What used to take hours of manual work now happens in seconds.

The system is modular: each server has a clearly defined REST API and can be updated or replaced independently. The entire infrastructure is defined as Docker Compose and can be deployed with a single command.

Tech Stack

DockerMCPAITraefikNode.jsTypeScript

Features

  • 12 specialized MCP servers for various services
  • Docker Compose with Traefik Reverse Proxy
  • Automatic SSL certificates via Let's Encrypt
  • Health check endpoints for monitoring
  • Modular architecture — each server independently deployable
  • Integration with Claude Code and n8n workflows

Architecture

All servers run as Docker containers on a Hetzner VPS (Ubuntu 24). Traefik routes HTTPS traffic to the correct containers. Each MCP server implements the Model Context Protocol and provides tools for AI assistants. n8n orchestrates complex workflows across multiple servers.

Other Projects