memory-bank
MCP server from t3ta/memory-bank-mcp-server
claude mcp add --transport stdio t3ta-memory-bank-mcp-server node packages/mcp/dist/server.js \ --env DOCS_PATH="Path to the root of the docs for global/branch memory banks, e.g., /path/to/docs"
How to use
The Memory Bank MCP Server provides a persistent, structured vocabulary for project knowledge. It stores global memory and branch-specific memories in a JSON format, enabling AI agents to maintain context across sessions and tasks. The server exposes MCP tools for creating, querying, and updating memory documents, and it coordinates a lifecycle of memory banks to support consistent language model reasoning over time. Once running, you can interact with it to add, retrieve, or modify memory entries, and to run memory-related tooling within your agent workflows.
How to install
Prerequisites:
- Node.js (as specified by the project and .tool-versions)
- Yarn (v1.x)
Installation steps:
- Clone the repository: git clone https://github.com/t3ta/memory-bank-mcp-server.git
- Navigate into the project root: cd memory-bank-mcp-server
- Install dependencies (workspaces): yarn install
- Build or prepare packages if required by the project (per package README): yarn build
- Start the MCP server (from the monorepo root): yarn workspace @memory-bank/mcp start --docs /path/to/your/docs
Notes:
- The exact start command may vary by package configuration; consult packages/mcp/README.md for server options and flags.
- Ensure the docs path exists and is writable by the server.
Additional notes
Tips and caveats:
- The server stores memory in JSON format; ensure backups and proper access controls if running in shared environments.
- If you upgrade packages, re-run yarn install to refresh workspace symlinks.
- Environment variable DOCS_PATH configures where the memory banks are stored for global and branch scopes; adjust as needed for your workspace.
- If you encounter port or binding issues, check for existing processes using the expected port and update configuration accordingly.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud