Skip to main content
Glama

Memory Bank MCP Server

メモリバンクMCPサーバー

この MCP サーバーは、AI アシスタント環境でのコンテキスト保存のために、Cline のメモリ バンク パターンに基づく構造化ドキュメント システムの構築に役立ちます。

EnlighterHyperskillを搭載。

カーソルで直接メモリバンクを設定して使用する方法については、こちらをご覧ください: http://enlightby.ai/projects/37

特徴

  • メモリバンク構造の詳細情報を取得する
  • メモリバンクファイルのテンプレートを生成する
  • プロジェクトを分析し、メモリバンクのコンテンツに関する提案を行う

サーバーの実行

この MCP サーバーを使用するにはいくつかのオプションがあります。

UVXを使用

mcp.json 構成ファイルに以下を追加します。

{ "mcpServers": { "mcp-memory-bank": { "command": "uvx", "args": [ "--from", "git+https://github.com/ipospelov/mcp-memory-bank", "mcp_memory_bank" ] } } }

鍛冶屋

mcp.json 構成ファイルに以下を追加します。

{ "mcpServers": { "memory-bank": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@ipospelov/mcp-memory-bank", "--key", "your_smithery_key" ] } } }

Dockerを使用

mcp.json 構成ファイルに以下を追加します。

{ "mcpServers": { "memory-bank": { "command": "docker", "args": [ "run", "-i", "--rm", "19283744/mcp-memory-bank:latest" ] } } }

手動で

リポジトリをクローンし、次のコマンドを実行します。

python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt

次に、mcp.json 構成ファイルに以下を追加します。

{ "mcpServers": { "memory-bank": { "command": "python", "args": ["src/mcp_memory_bank/main.py"] } } }

使用例

Memory Bank MCP を搭載した Cursor またはその他の AI コード アシスタントに質問します。

Create memory bank for To Do list application with your tools

より良い結果を得るには、より多くのコンテキストを提供してください。

利用可能なツール

メモリバンク構造を取得する

メモリ バンク ファイル構造の詳細な説明を返します。

メモリバンクテンプレートを生成する

特定のメモリ バンク ファイルのテンプレートを返します。

例:

{ "file_name": "projectbrief.md" }

プロジェクト概要の分析

プロジェクトの概要を分析し、メモリ バンクのコンテンツに関する提案を提供します。

例:

{ "project_summary": "Building a React web app for inventory management with barcode scanning" }

メモリバンク構造

メモリ バンクは、すべて Markdown 形式のコア ファイルとオプションのコンテキスト ファイルで構成されています。

コアファイル(必須)

  1. projectbrief.md - 他のすべてのファイルの形を決める基礎文書
  2. productContext.md - プロジェクトが存在する理由、解決しようとしている問題について説明します
  3. activeContext.md - 現在の作業の焦点、最近の変更、次のステップ
  4. systemPatterns.md - システムアーキテクチャ、技術的決定、設計パターン
  5. techContext.md - 使用されたテクノロジー、開発設定、制約
  6. progress.md - 何が機能し、何を構築するのか
  7. memory_bank_instructions.md - メモリバンクの使い方、AIエージェントの指示
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI アシスタント環境でのコンテキスト保存のための構造化されたドキュメント システムを提供し、ユーザーがプロジェクトのメモリ バンクを作成および管理するのに役立ちます。

  1. 特徴
    1. サーバーの実行
      1. UVXを使用
      2. 鍛冶屋で
      3. Dockerを使用
      4. 手動で
    2. 使用例
      1. 利用可能なツール
        1. メモリバンク構造を取得する
        2. メモリバンクテンプレートを生成する
        3. プロジェクト概要の分析
      2. メモリバンク構造
        1. コアファイル(必須)

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        Enables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.
        Last updated -
        62
        13
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.
        Last updated -
        14
        346
        11
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol implementation that enables AI-powered access to documentation resources, featuring URI-based navigation, template matching, and structured documentation management.
        Last updated -
        3
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
        Last updated -
        25
        19
        Python
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipospelov/mcp-memory-bank'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server