Memory Bank MCP Server

Integrations

  • Provides deployment option for running the Memory Bank MCP Server in a containerized environment

  • Mentioned as one of the platforms powering the Memory Bank MCP Server, suggesting integration with Hyperskill's educational content or structure

  • All Memory Bank files are stored in Markdown format, with the MCP server providing templates and structure for these documents

メモリバンクMCPサーバー

この MCP サーバーは、AI アシスタント環境でのコンテキスト保存のための構造化されたドキュメント システムを提供します。

EnlighterHyperskillを搭載

特徴

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

サーバーの実行

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

鍛冶屋

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

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

SSE付き

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

{ "mcpServers": { "memory-bank": { "url": "https://mcp-cursor-setup-enlighter.replit.app/sse" } } }

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": ["server.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 - 何が機能し、何を構築するのか
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

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

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

  1. Features
    1. Running the Server
      1. With Smithery
      2. With SSE
      3. With Docker
      4. Manually
    2. Usage Example
      1. Available Tools
        1. get_memory_bank_structure
        2. generate_memory_bank_template
        3. analyze_project_summary
      2. Memory Bank Structure
        1. Core Files (Required)

      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
        1
        Python
        MIT License

      View all related MCP servers

      ID: m624y6yi8l