mcpbeat

Sovseal Memory MCP Server

by bobybarack
local only

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

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

Installs per day peak 180 · avg 9 · -36% w/w
a month agotoday
16
Installs / week
npm · @sovseal/mcp-server
7
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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.

324 installs/wk local only
C
Memory
by lodekeep

Portable memory for AI agents: capture once, recall across Claude, Cursor, and any MCP client.

answering
Cosmos MCP
by teampolarity

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

139 installs/wk local only
Elesync
by darknodebros

Local-first MCP memory vault: files you own, shared across ChatGPT, Claude, Gemini & any MCP client

5 707 installs/wk local only
Memorix
by avids2

Local-first persistent project memory for AI coding agents across MCP clients and sessions.

1 758 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
Purmemo
by purmemo-ai

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

270 installs/wk local only
A
WorkingMemory
by workingmemory

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

answering

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 16 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 16 times in the last week. Week over week that is -36%. 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.