Memory Bank MCP Server
メモリバンクMCPサーバー
この MCP サーバーは、AI アシスタント環境でのコンテキスト保存のために、Cline のメモリ バンク パターンに基づく構造化ドキュメント システムの構築に役立ちます。
EnlighterとHyperskillを搭載。
カーソルで直接メモリバンクを設定して使用する方法については、こちらをご覧ください: http://enlightby.ai/projects/37
特徴
メモリバンク構造の詳細情報を取得する
メモリバンクファイルのテンプレートを生成する
プロジェクトを分析し、メモリバンクのコンテンツに関する提案を行う
Related MCP server: Roo Code Memory Bank MCP Server
サーバーの実行
この 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 形式のコア ファイルとオプションのコンテキスト ファイルで構成されています。
コアファイル(必須)
projectbrief.md- 他のすべてのファイルの形を決める基礎文書productContext.md- プロジェクトが存在する理由、解決しようとしている問題について説明しますactiveContext.md- 現在の作業の焦点、最近の変更、次のステップsystemPatterns.md- システムアーキテクチャ、技術的決定、設計パターンtechContext.md- 使用されたテクノロジー、開発設定、制約progress.md- 何が機能し、何を構築するのかmemory_bank_instructions.md- メモリバンクの使い方、AIエージェントの指示
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
- Alicense-qualityFmaintenanceMemory Bank Server provides a set of tools and resources for AI assistants to interact with Memory Banks. Memory Banks are structured repositories of information that help maintain context and track progress across multiple sessions.3246MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.457Apache 2.0
- Alicense-qualityDmaintenanceManages persistent work memories and context across AI tools, enabling structured storage, search, and retrieval of work content, tasks, and knowledge with session-based project organization.14MIT
- Flicense-qualityDmaintenanceEnables persistent storage and retrieval of decisions, settings, and operational rules across chat sessions, maintaining context continuity and decision consistency for long-term development projects through structured memory management.
Related MCP Connectors
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Persistent memory layer that saves and recalls your project context and preferences.
Appeared in Searches
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/ipospelov/mcp-memory-bank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server