memory-bank-loader-mcp
@abeyuya
About memory-bank-loader-mcp
This is an MCP server for retrieving all files in the memory-bank directory at once. Its purpose is to reduce AI tool invocation frequency when loading memory-bank, saving both time and money.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memory-bank-loader": {
"command": "npx",
"args": [
"-y",
"memory-bank-loader-mcp@latest"
]
}
}
}Tools
1Read and consolidates files from the specified memory bank directory. Use this to provide project context (Memory Bank) to the AI.
Overview
What is memory-bank-loader-mcp?
This is an MCP server for retrieving all files in the memory-bank directory at once. Its purpose is to reduce AI tool invocation frequency when loading memory-bank, saving both time and money.
How to use memory-bank-loader-mcp?
Configure the MCP client with the server using npx -y memory-bank-loader-mcp@latest or by building locally and pointing to the built index.js. Then invoke the read-memory-bank tool, providing the required memoryBankDirectoryFullPath parameter (full absolute path to the memory bank directory).
Key features of memory-bank-loader-mcp
- Recursively reads all files from a specified directory.
- Sorts files with a defined priority order: root files first, then priority files, then alphabetically.
- Optimized for providing clear and structured context to AI models.
- Consolidates multiple file reads into a single tool call.
Use cases of memory-bank-loader-mcp
- Provide comprehensive project context (Memory Bank) to an AI in one request.
- Reduce the number of tool invocations and associated costs when loading project memory.
FAQ from memory-bank-loader-mcp
What is the purpose of memory-bank-loader-mcp?
It retrieves all files in a memory-bank directory at once to reduce the frequency of AI tool invocations, saving both time and money.
How do I invoke the read-memory-bank tool?
Call the tool
More Memory & Knowledge MCP servers
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Comments