
Memory Bank Mcp
by @alioshr
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Send to Your Agent
Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.
Install the Memory Bank Mcp MCP server for me.
Server: Memory Bank Mcp
Description: A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Install command: npx -y alioshr/memory-bank-mcp
Environment variables needed:
- MEMORY_BANK_ROOT: Directory where project memory banks will be stored (e.g., `/path/to/memory-bank`) (required)
- disabled: Set to `false` to enable the server (required)
- autoApprove: List of operations that don't require explicit user approval: (required)
- memory_bank_read: Read memory bank files (required)
- memory_bank_write: Create new memory bank files (required)
- memory_bank_update: Update existing memory bank files (required)
- list_projects: List available projects (required)
- list_project_files: List files within a project (required)
GitHub: https://github.com/alioshr/memory-bank-mcp
Please install this MCP server and confirm when ready. Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.
Quick Install
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
- Open Claude Desktop app
- Go to Settings → Developer → Edit Config
- Paste the config below into the file
- Restart Claude Desktop
{
"mcpServers": {
"memory-bank-mcp": {
"command": "npx",
"args": [
"-y",
"alioshr/memory-bank-mcp"
],
"env": {
"MEMORY_BANK_ROOT": "value",
"disabled": "value",
"autoApprove": "value",
"memory_bank_read": "value",
"memory_bank_write": "value",
"memory_bank_update": "value",
"list_projects": "value",
"list_project_files": "value"
}
}
}
} Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json
Installation Methods
npx -y alioshr/memory-bank-mcpnpm install alioshr/memory-bank-mcpdocker run alioshr/memory-bank-mcpTools (1)
execute Execute memory-bank-mcp operations
Environment Variables
MEMORY_BANK_ROOT RequiredDirectory where project memory banks will be stored (e.g., `/path/to/memory-bank`)
valuedisabled RequiredSet to `false` to enable the server
valueautoApprove RequiredList of operations that don't require explicit user approval:
valuememory_bank_read RequiredRead memory bank files
valuememory_bank_write RequiredCreate new memory bank files
valuememory_bank_update RequiredUpdate existing memory bank files
valuelist_projects RequiredList available projects
valuelist_project_files RequiredList files within a project
value| Name | Description | Required | Example |
|---|---|---|---|
| MEMORY_BANK_ROOT | Directory where project memory banks will be stored (e.g., `/path/to/memory-bank`) | Required | value |
| disabled | Set to `false` to enable the server | Required | value |
| autoApprove | List of operations that don't require explicit user approval: | Required | value |
| memory_bank_read | Read memory bank files | Required | value |
| memory_bank_write | Create new memory bank files | Required | value |
| memory_bank_update | Update existing memory bank files | Required | value |
| list_projects | List available projects | Required | value |
| list_project_files | List files within a project | Required | value |
Compatibility
About
Memory Bank MCP Server
Overview
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Environment Variables
MEMORY_BANK_ROOT: Directory where project memory banks will be stored (e.g.,/path/to/memory-bank) (Required)disabled: Set tofalseto enable the server (Required)autoApprove: List of operations that don't require explicit user approval: (Required)memory_bank_read: Read memory bank files (Required)memory_bank_write: Create new memory bank files (Required)memory_bank_update: Update existing memory bank files (Required)list_projects: List available projects (Required)list_project_files: List files within a project (Required)
Installation
NPX
npx -y alioshr/memory-bank-mcp
NPM
npm install alioshr/memory-bank-mcp
DOCKER
docker run alioshr/memory-bank-mcp
Related Resources
Gmail MCP Server
MCP ServerA Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.
MCP Tool Orchestrator
PromptDesign and orchestrate complex multi-tool workflows using the Model Context Protocol (MCP). Build intelligent agent systems that coordinate multiple MCP servers for sophisticated automation tasks.
MCP Client Developer
SkillBuild Model Context Protocol clients to connect AI assistants with external tools and data sources. Master the protocol for seamless AI-tool integration.
MCP
GlossaryMCP stands for Model Context Protocol. It is an open standard that lets AI clients connect to external tools, data sources, and prompts through a single, consistent interface. Anthropic introduced MCP in late 2024, and it has since been adopted by Claude Desktop, Cursor, Cline, VS Code, Windsurf, and a growing list of community clients. An MCP server is a small program that exposes three things: tools the model can call, resources the client can read, and prompts that help users accomplish common tasks. An MCP client discovers those capabilities and decides when to invoke them. Transport is usually stdio for local servers or Server-Sent Events for remote ones. For developers, MCP removes the need to build a custom integration for every API. You write one server, and any compatible client can use it. For users, it means AI assistants can securely access files, databases, SaaS tools, and web services without each client reinventing the wheel.
akilat-spec-leave-manager-mcp
MCP ServerTrack and manage employee time off with quick balance lookups and streamlined applications. Find t…
Compare LLM Pricing
This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.