A Rust-based Model Context Protocol (MCP) server for AI code generation. Solves the context engineering problem by organizing and serving structured context from a local SQLite database to LLMs and AI tools. Fast, standards-based, and easy to run locally.
Git Time Machineは、Rustで構築されたMCPサーバーで、AIアシスタントに対してGitの履歴情報を提供します。コードベースの進化を理解するためのツールやコンテキストプロバイダーを提供し、開発者が過去の変更を簡単に分析できるようにします。主な機能には、ファイルごとの`git blame`情報の提供や、コミットのタイムラインの探索、差分のコンテキスト提供が含まれます。