mcpbeat Sign in

Sovseal Memory MCP Server

by bobybarack Your server? Claim it
local only

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

Local-first, zero-knowledge AI memory across Claude, Cursor, and every MCP client. 0 RTT reads.

Installs per day peak 16 · avg 7 · +68% w/w
a month agotoday
34
Installs / week
npm · @sovseal/mcp-server
7
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
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.

File ships in the package but is absent from the source [пакет] native-host/constants.mjs:1, [пакет] native-host/install.mjs:1
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to Sovseal Memory

same job, measured the same way
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

159 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Cosmos MCP
by teampolarity

Personal knowledge graph every MCP client reads from and writes to. Portable across agents.

147 installs/wk local only
Mifactory Agent Memory
by mifactory-bot

Persistent memory for AI agents across Claude, ChatGPT and any MCP client.

2 tools answering
Ariadne
by mclaut

Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.

local only
Purmemo
by purmemo-ai

AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere.

460 installs/wk local only
WorkingMemory
by workingmemory

Persistent personal memory for AI assistants — save, search, and recall across every MCP client.

4 tools answering
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only

Sovseal Memory — questions

Answers built from our own checks of this server.

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