メモリバンクMCPサーバー
この MCP サーバーは、AI アシスタント環境でのコンテキスト保存のために、Cline のメモリ バンク パターンに基づく構造化ドキュメント システムの構築に役立ちます。
EnlighterとHyperskillを搭載。
カーソルで直接メモリバンクを設定して使用する方法については、こちらをご覧ください: http://enlightby.ai/projects/37
特徴
- メモリバンク構造の詳細情報を取得する
- メモリバンクファイルのテンプレートを生成する
- プロジェクトを分析し、メモリバンクのコンテンツに関する提案を行う
サーバーの実行
この MCP サーバーを使用するにはいくつかのオプションがあります。
UVXを使用
mcp.json 構成ファイルに以下を追加します。
鍛冶屋で
mcp.json 構成ファイルに以下を追加します。
Dockerを使用
mcp.json 構成ファイルに以下を追加します。
手動で
リポジトリをクローンし、次のコマンドを実行します。
次に、mcp.json 構成ファイルに以下を追加します。
使用例
Memory Bank MCP を搭載した Cursor またはその他の AI コード アシスタントに質問します。
より良い結果を得るには、より多くのコンテキストを提供してください。
利用可能なツール
メモリバンク構造を取得する
メモリ バンク ファイル構造の詳細な説明を返します。
メモリバンクテンプレートを生成する
特定のメモリ バンク ファイルのテンプレートを返します。
例:
プロジェクト概要の分析
プロジェクトの概要を分析し、メモリ バンクのコンテンツに関する提案を提供します。
例:
メモリバンク構造
メモリ バンクは、すべて Markdown 形式のコア ファイルとオプションのコンテキスト ファイルで構成されています。
コアファイル(必須)
projectbrief.md
- 他のすべてのファイルの形を決める基礎文書productContext.md
- プロジェクトが存在する理由、解決しようとしている問題について説明しますactiveContext.md
- 現在の作業の焦点、最近の変更、次のステップsystemPatterns.md
- システムアーキテクチャ、技術的決定、設計パターンtechContext.md
- 使用されたテクノロジー、開発設定、制約progress.md
- 何が機能し、何を構築するのかmemory_bank_instructions.md
- メモリバンクの使い方、AIエージェントの指示
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI アシスタント環境でのコンテキスト保存のための構造化されたドキュメント システムを提供し、ユーザーがプロジェクトのメモリ バンクを作成および管理するのに役立ちます。
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.Last updated -455Apache 2.0
- -securityAlicense-qualityA lightweight server that provides persistent memory and context management for AI assistants using local vector storage and database, enabling efficient storage and retrieval of contextual information through semantic search and indexed retrieval.Last updated -1MIT License
- AsecurityAlicenseAqualityProvides AI assistants with persistent memory of your project architecture, development history, and technical decisions, allowing them to give context-aware coding help without needing repeated explanations.Last updated -16611MIT License
- -securityAlicense-qualityA memory system for AI coding tools that stores and retrieves codebase context with project isolation. Enables coding assistants to maintain searchable memory of code snippets, comments, and runtime traces with full source traceability.Last updated -27188MIT License