Memory Bank MCP Server
メモリバンクMCPサーバー
モデルコンテキストプロトコル(MCP)を用いて、セッション間でプロジェクトのドキュメントとコンテキストを管理するためのメモリバンク実装。このサーバーは、ClaudeのようなAIエージェントが、構造化されたJSON形式で保存されたグローバルおよびブランチ固有のメモリバンクを通じて、一貫したプロジェクト知識を維持するのに役立ちます。
このプロジェクトは、nickbaumann98/cline_docsリポジトリのCline Memory Bankからインスピレーションを得ています。
パッケージ
このリポジトリはYarn Workspacesで管理されるモノレポジトリです。以下のパッケージが含まれています。
packages/mcp: MCPサーバーのコア実装。メモリバンク操作、MCPツール実行、サーバーの起動を処理するためのメインロジックが含まれています。packages/schemas: メモリバンクドキュメントに使用される JSON スキーマを定義します (例:memory_document_v2)。packages/vscode-extension: Memory Bank MCP サーバーとの統合を提供する VSCode 拡張機能 (詳細は未定)。
Related MCP server: Memory MCP Server
はじめる
前提条件
Node.js (推奨バージョンについては
.tool-versionsを参照)ヤーン(v1.x)
インストール
リポジトリをクローンし、ルート ディレクトリから依存関係をインストールします。
git clone https://github.com/t3ta/memory-bank-mcp-server.git
cd memory-bank-mcp-server
yarn installMCPサーバーの実行
モノレポから直接 MCP サーバーを実行できます。
# From the monorepo root directory
yarn workspace @memory-bank/mcp start --docs /path/to/your/docs/path/to/your/docsプロジェクトのドキュメント ディレクトリ ( global-memory-bankとbranch-memory-bank保存されるか作成される場所) への実際のパスに置き換えます。
サーバーの実行とそのオプションの詳細については、 packages/mcp/README.mdを参照してください。
発達
すべてのパッケージをビルドする:
yarn buildすべてのパッケージのテストを実行する:
yarn test糸くずコード:
yarn lint
パッケージ固有の開発手順については、各パッケージ ディレクトリ内の README ファイルを参照してください。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.166MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude to persistently store, search, and manage text memories with tags in a local JSON file.1413MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides persistent memory and conversation continuity for Claude Desktop and Claude Code, allowing users to save and restore project context when threads hit token limits.MIT
- AlicenseNot gradedqualityFmaintenanceA persistent memory server for Claude Code that captures session context and tool outputs to inject relevant history into future sessions. It enables long-term recall through semantic search and automatic context management, allowing for more consistent and context-aware coding interactions.10253ISC
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
- Methods to store and persist memories for AI systems
- Claude Desktop with persistent memory and artifact library system
- Finding the Best Tool for Memory Context Across Agentic Sessions Using Augment Code
- Automating Project Documentation with a Focus on Memory Management
- Tools and frameworks for development environment memory-bank with GitHub Copilot compatibility
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/t3ta/memory-bank-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server