MCP Memory Bank MCP Server

A powerful, production-ready context management system for Large Language Models (LLMs). Built with ChromaDB and modern embedding technologies, it

Local serverstdioTypeScript

What is the MCP Memory Bank MCP server?

MCP Memory Bank MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Memory Bank directly instead of describing what you should do. A powerful, production-ready context management system for Large Language Models (LLMs). Built with ChromaDB and modern embedding technologies, it provides persistent, project-specific memory capabilities that enhance your AI's.

What you get

This project is fully Docker-ready for easy deployment and local development. The provided Dockerfile and docker-compose.yml set up both the main application and its required ChromaDB vector database.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What the assistant can call

Once MCP Memory Bank is connected, these are the calls the assistant has available:

  • Requirements — The Requirements tool exposed by this server
  • Ports — The Ports tool exposed by this server

Configuration and credentials

You will need one environment variable: CHROMADB_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Docker (latest stable) - Docker Compose (v2+ recommended)

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp memory bank mcp server does with a few real requests.

Choosing this one

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Memory Bank's toolset — Requirements, Ports — is a fair guide to whether it matches your workflow. It is maintained by bsmi021; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
RequirementsThe Requirements tool exposed by this server.
PortsThe Ports tool exposed by this server.

Configuration

  • Docker (latest stable) - Docker Compose (v2+ recommended)
VariableDescriptionRequired
CHROMADB_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use MCP Memory Bank to Requirements.
  • Use MCP Memory Bank to Ports.

Frequently asked questions

Default environment variables include `CHROMADB_URL`, `TRANSPORT`, `HTTP_PORT`, `MCP_MEMBANK_EMBEDDING_MODEL`, `NODE_ENV`, and `NODE_OPTIONS`. They can be overridden in your environment or in `docker-compose.yml`.