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

Building a Service Platform with HashiCorp: Vault, Nomad, and Consul

When building services that need to run reliably, you face three fundamental problems: managing secrets securely, deploying workloads consistently, and enabling services to find each other. HashiCorp’s stack addresses these with Vault, Nomad, and Consul. This guide shows how to set up and integrate all three based on what I learned while building infrastructure for distributed services. ...

October 21, 2025 · Updated: July 4, 2026 · 7 min · Yinebeb Tariku