mcpbeat Sign in

Stellar Memory MCP Server

by sangjun0000 Your server? Claim it
local only

Stellar Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm.

Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.

Installs per day peak 41 · avg 9 · -63% w/w
a month agotoday
43
Installs / week
npm · stellar-memory
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Stellar Memory 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 stellar-memory -- npx -y stellar-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stellar-memory": {
      "args": [
        "-y",
        "stellar-memory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stellar-memory]
command = "npx"
args = ["-y", "stellar-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "stellar-memory": {
      "args": [
        "-y",
        "stellar-memory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stellar-memory": {
      "args": [
        "-y",
        "stellar-memory"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STELLAR_PROJECT (Active project name for memory isolation), STELLAR_DB_PATH (Path to SQLite database file (default: ~/.stellar-memory/stellar.db)), STELLAR_API_PORT (REST API port (default: 21547)), STELLAR_SUN_TOKEN_BUDGET (Max tokens for Sun context (default: 800)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stellar Memory

same job, measured the same way
Engram
by hbarefoot

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

82 installs/wk local only
I
Memorymesh
by sparkvibe-io

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

88 installs/wk local only
Agentverse Memory
by fetchai

Graph-native persistent memory for AI agents — 33 MCP tools, zero-LLM writes.

answering
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

70 installs/wk local only
Rememb
by luizedupp

Persistent memory for AI agents — local JSON, zero config, no server required.

351 installs/wk local only
Vectr
by swapnanil

Semantic codebase search + persistent working memory for AI code editors. Local, no API key.

541 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only

Stellar Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Stellar Memory?
Stellar 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 stellar-memory was installed 43 times last week.
How do I connect Stellar 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 stellar-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Stellar Memory?
The npm package stellar-memory was installed 43 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.