mcpbeat Sign in

SAME - Stateless Agent Memory Engine MCP Server

local only

SAME - Stateless Agent Memory Engine runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 7 Aug 2026.

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

Installs per day peak 30 · avg 10 · +32% w/w
a month agotoday
48
Installs / week
npm · @sgx-labs/same
23
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
License
Go

What the code does

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

Checks whether it runs in a sandbox internal/config/environment.go:77
    if fileExists("/.dockerenv") {
Runs a command on install [пакет] package.json:1
postinstall: node lib/install.js
    fullPath := filepath.Join(vaultPath, filename)
Page executes code built at runtime internal/web/static/index.html:1587
    txt.innerHTML = href;

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

This one needs environment variables set before it will start: VAULT_PATH (Path to your markdown notes directory). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SAME - Stateless Agent Memory Engine

same job, measured the same way
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
agentmem
by oxgeneral

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

local only
Leteo
by asanabrial

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

54 installs/wk local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

126 installs/wk local only
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

71 installs/wk local only
Total Recall
by avi-bendetsky

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

local only
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

SAME - Stateless Agent Memory Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for SAME - Stateless Agent Memory Engine?
SAME - Stateless Agent Memory Engine 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 @sgx-labs/same was installed 48 times last week.
How do I connect SAME - Stateless Agent Memory Engine?
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 @sgx-labs/same straight from npm; nothing to host, nothing to sign up for.
How many people use SAME - Stateless Agent Memory Engine?
The npm package @sgx-labs/same was installed 48 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SAME - Stateless Agent Memory Engine open source?
We cannot say either way: written in Go and 23 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.