MCP Server Hub
A distributed platform for managing, executing, and proxying MCP (Model Context Protocol) servers. The system provides backend components for LLM tool discovery, authentication, and deployment across containerized environments. ...
A distributed platform for managing, executing, and proxying MCP (Model Context Protocol) servers. The system provides backend components for LLM tool discovery, authentication, and deployment across containerized environments. ...
A dynamic link service built as an alternative to Firebase Dynamic Links, providing URL shortening, platform detection, social media link previews, and analytics for mobile and web applications. ...
A billing management system for a ride-hailing platform, handling fare calculations, payment processing, and financial reconciliation. ...
A Model Context Protocol server providing mathematical operations and calculator functionality for AI agents. Features Mathematical operations with proper precedence and scientific notation Random number generation with probability distributions Mathematical constants (π, e, φ, √2) Interactive prompts for math problems and explanations Technical Stack Go MCP Protocol JSON-RPC Links GitHub
Ethiopian Calendar (ባሕረ-ሐሳብ) library and CLI tool for date conversion and religious festival dates. ⭐ 22 Stars Features Convert between Ethiopian and Gregorian calendars Ethiopian religious festival dates (Bahire Hasab) Both CLI tool and Go library Published on pkg.go.dev Technical Stack Go CLI Calendar Usage # Install go install github.com/yinebebt/ethiocal@latest # Get religious dates ethiocal bahir 2017 # Convert dates ethiocal convert gtoe 2025-02-02 ethiocal convert etog 2017-05-25 Links GitHub • Documentation
Practical implementation of Hexagonal Architecture (Ports and Adapters) in Go. A learning resource for building scalable, maintainable systems with clean architecture principles. [Read the article](https://medium.com/@yinebeb-tariku/hexagonal-architecture-93a94677624 2) Features Core business logic isolated from frameworks Multiple adapters: REST API (Gin), PostgreSQL, SQLite BDD testing with Godog Clear separation of concerns Technical Stack Go Clean Architecture Gin PostgreSQL Structure /internal /adapter /handler (REST, gRPC) /repository (PostgreSQL, SQLite) /core /entity /port /service Links GitHub • [Article](https://medium.com/@yinebeb-tariku/hexagonal-architecture-93a94677624 2)