Memory Bank MCP Server
A Memory Bank implementation for managing project documentation and context across sessions using the Model Context Protocol (MCP). This server helps AI agents like Claude maintain consistent project knowledge through global and branch-specific memory banks stored in a structured JSON format.
This project is inspired by Cline Memory Bank from the nickbaumann98/cline_docs repository.
Packages
This repository is a monorepo managed with Yarn Workspaces. It contains the following packages:
packages/mcp
: The core MCP server implementation. Contains the main logic for handling memory bank operations, MCP tool execution, and server startup.packages/schemas
: Defines the JSON schemas used for memory bank documents (e.g.,memory_document_v2
).packages/vscode-extension
: A VSCode extension providing integration with the Memory Bank MCP server (details TBD).
Getting Started
Prerequisites
- Node.js (see
.tool-versions
for recommended version) - Yarn (v1.x)
Installation
Clone the repository and install dependencies from the root directory:
Running the MCP Server
You can run the MCP server directly from the monorepo:
Replace /path/to/your/docs
with the actual path to your project's documentation directory (where global-memory-bank
and branch-memory-bank
will reside or be created).
See the packages/mcp/README.md
for more details on running the server and its options.
Development
- Build all packages:
yarn build
- Run tests for all packages:
yarn test
- Lint code:
yarn lint
Refer to the README file within each package directory for package-specific development instructions.
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Un servidor para administrar la documentación y el contexto del proyecto en todas las sesiones de Claude AI a través de bancos de memoria globales y específicos de cada sucursal, lo que permite una gestión de conocimiento consistente con almacenamiento de documentos JSON estructurado.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated -33
- -securityFlicense-qualityA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated -10
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -94MIT License
Inkeep MCP Serverofficial
-securityAlicense-qualityA server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.Last updated -19MIT License
Appeared in Searches
- 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
- Designing a memory system for persona-based agents to improve user experience
- Finding the best memory MCPs for in-session management