mcpbeat Sign in

Memharness MCP Server

local only

Memharness runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 26 Jun 2026.

Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.

Installs per day peak 16 · avg 6 · +50% w/w
a month agotoday
38
Installs / week
npm · @memharness/mcp
6
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Memharness every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: MEMHARNESS_DB (Path to the SQLite memory file. Defaults to a per-user data path; set to override.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memharness

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.

92 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

449 installs/wk local only
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only
Memkeeper
by teflon07

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
agentmem
by oxgeneral

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only

Memharness — questions

Answers built from our own checks of this server.

Why is there no uptime for Memharness?
Memharness 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 @memharness/mcp was installed 38 times last week.
How do I connect Memharness?
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 @memharness/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Memharness?
The npm package @memharness/mcp was installed 38 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memharness open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 6 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.