mcpbeat Sign in

Memorybank MCP Server

local only

Memorybank runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing, drift vs code

Installs / week
npm · @maxweb4u/mcp-memorybank
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/drift.ts:175
        .access(path.join(realRepo, anchor))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add memorybank -- npx -y @maxweb4u/mcp-memorybank
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memorybank": {
      "args": [
        "-y",
        "@maxweb4u/mcp-memorybank"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memorybank]
command = "npx"
args = ["-y", "@maxweb4u/mcp-memorybank"]
.cursor/mcp.json
{
  "mcpServers": {
    "memorybank": {
      "args": [
        "-y",
        "@maxweb4u/mcp-memorybank"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memorybank": {
      "args": [
        "-y",
        "@maxweb4u/mcp-memorybank"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Memorybank

same job, measured the same way
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering
Cartographer
by beppetemp

Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.

local only
Wisdomgraph
by cklam12345

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

21 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only
AitherOS ADK
by aitherium

Agent runtime with typed memory, knowledge and code graphs, plus file and web tools

1 827 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only

Memorybank — questions

Answers built from our own checks of this server.

Why is there no uptime for Memorybank?
Memorybank runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @maxweb4u/mcp-memorybank.
How do I connect Memorybank?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @maxweb4u/mcp-memorybank straight from npm; nothing to host, nothing to sign up for.
Is Memorybank open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.