mcpbeat Sign in

Smara MCP Server

by parallelromb Your server? Claim it
local only

Smara runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 8 Apr 2026.

Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.

Installs per day peak 15 · avg 5 · -7% w/w
a month agotoday
23
Installs / week
npm · @smara/mcp-server
0
Stars
0 open issues
8 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: SMARA_API_KEY (Your Smara API key from smara.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Smara

same job, measured the same way
Cognitive AI Memory
by sachitrafa

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

local only
YourMemory
by sachitrafa

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

439 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 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
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
MCP Screenshot
by digital-defiance

Screenshot capture with PII masking and cross-platform support for AI agents

86 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

Smara — questions

Answers built from our own checks of this server.

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