mcpbeat Sign in

Nexusmem MCP Server

local only

Nexusmem runs on your own machine — the client starts it, so there is no endpoint to ping. 659 installs a week from npm. Last commit 31 Aug 2026.

Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.

Installs per day peak 369 · avg 28
a month agotoday
659
Installs / week
npm · nexusmem
12
Stars
8 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Page executes code built at runtime website/index.html:275
        <tr><td>BM25 retrieval (FTS5)</td><td>~1.1 ms</td></tr>

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

Alternatives to Nexusmem

same job, measured the same way
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

508 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

165 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

82 installs/wk local only
Mneme
by patsa2561-art

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

1 726 installs/wk local only
Cozo Memory
by tobs-code

Local-first memory system for AI agents with hybrid search and graph reasoning

86 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

1 468 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 637 installs/wk local only
Repowise
by repowise

Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.

3 900 installs/wk local only

Nexusmem — questions

Answers built from our own checks of this server.

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