Skip to main content

MCP Server Hub

A distributed platform for managing, executing, and proxying MCP (Model Context Protocol) servers. It handles tool discovery, authentication, and deployment of MCP server instances across containerized environments, and serves as the gateway for clients like Cursor, LibreChat, and Claude Desktop. ...

March 1, 2025 · Updated: July 4, 2026 · 5 min · Yinebeb Tariku

k8s-go - Kubernetes-Ready Go Server

A minimal Go HTTP server packaged for Kubernetes, and the running notes of learning Kubernetes by building the cluster around it rather than hiding behind a managed one. The server handles SIGTERM with a readiness drain, splits liveness from readiness probes, logs JSON via slog, and reads its config from a ConfigMap and its token from a Secret. The deployment side is the real subject: a kind cluster, Kustomize, two Service types side by side, and MetalLB filling in the load balancer that vanilla Kubernetes does not ship. ...

March 14, 2025 · Updated: June 14, 2026 · 4 min · Yinebeb Tariku