mcpbeat Sign in

Memorix MCP Server

local only

Memorix runs on your own machine — the client starts it, so there is no endpoint to ping. 15 708 installs a week from npm. Last commit 18 Sep 2026.

Local-first project memory with legacy MCP and 2026 discovery compatibility.

Installs per day peak 561 · avg 172 · +123% w/w
a month agotoday
15 708
Installs / week
npm · memorix
784
Stars
4 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 13 min 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.

        const workspacePath = path.join(packagesRoot, workspaceRelativePath);
        const action = theme.fg("accent", `${APP_NAME} update`);
        const updateInstruction = theme.fg("muted", `New version ${release.version} is available. Run `) + action;
    "bbbab8b9b9b6b9b8b5bcbbb8b8b7b4b7b5b2b6b5b2b8b7b4b7b6b3b6b4b1bdbcb8bab8b6bbb8b5b8b5b1bbb8b4c2bebbc1bebac0bdbabfbcb9c1bebabfbebbc0bfbcc0bdbabbb8b5c1bfbcbfbcb8bbb9b6bfbcb8c2bfbcc1bfbcbfbbb8bdb9b6b8b7b5b9b8b5b8b8b5b5b5b2b6b5b2b8b7b4b9b8b5b9b8b5b6b5b3bab8b5bcbab7bbb9b6bbb8b5bfb9b…

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 memorix -- npx -y memorix
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memorix": {
      "args": [
        "-y",
        "memorix"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memorix]
command = "npx"
args = ["-y", "memorix"]
.cursor/mcp.json
{
  "mcpServers": {
    "memorix": {
      "args": [
        "-y",
        "memorix"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memorix": {
      "args": [
        "-y",
        "memorix"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Memorix

same job, measured the same way
Linksee Memory
by michielinksee

Hand a project over with the reasons attached. Local-first cross-agent memory MCP + drift detection.

189 installs/wk local only
ContextDB Memory
by mikhailbovt

Local-first durable AI memory with policy-bound recall and a typed project graph.

local only
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only
Warmplane
by warmplane

Local MCP control plane for persistent sessions and compact capability discovery.

local only
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
Operations Pulse
by openlyuseful

Local-first operational pulses, durable ticket memory, and governed connection discovery.

32 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

77 installs/wk local only

Memorix — questions

Answers built from our own checks of this server.

Why is there no uptime for Memorix?
Memorix 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 memorix was installed 15 708 times last week.
How do I connect Memorix?
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 memorix straight from npm; nothing to host, nothing to sign up for.
How many people use Memorix?
The npm package memorix was installed 15 708 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memorix open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 784 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.