Show HN: EGC - MCP server that gives AI coding tools memory across sessions
EGC is an MCP server that provides AI coding tools with persistent memory across sessions. It allows AI assistants to remember context, preferences, and project details between interactions, enabling more coherent and efficient coding workflows without repeating information.
背景メモ
GitHub上で公開された「EGC」は、AIコーディングアシスタントに「セッションを超えた記憶(メモリ)」を持たせるためのMCP(Model Context Protocol)サーバーです。
- **MCP(Model Context Protocol)**: AIエージェント(Claude CodeやClineなど)が外部のデータやツールとやり取りするためのオープンな標準プロトコル。Anthropicが提唱。
- **何をするか**: EGCはAIコードツールが過去の会話やプロジェクトのコンテクストをファイルに保存・参照できるようにする。これにより、AIがセッションをまたいで継続的に作業を覚えておける。
- **なぜ重要か**: 現状のAIコーディング支援は各チャットが独立しており、前回の作業を引き継げない。EGCはその「記憶の壁」を越え、長期的なリファクタリングやプロジェクト管理をAIに委ねやすくする試み。
- **背景**: MCP自体が比較的新しい規格であり、その上で「永続的メモリ」を実装するプロジェクトはまだ少ない。EGCはコミュニティ主導のオープンソース実装の一つ。