mcpbeat Sign in

SmartMemory MCP Server

by mauriceisrael Your server? Claim it
local only

SmartMemory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 27 Jun 2026.

Neuro-symbolic memory for LLMs (POC)

Installs / week
not published
3
Stars
0 open issues
27 Jun 2026
Last commit
from GitHub
MIT
License
Python

What the code does

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

Runs an external command bin/server.js:19
            const result = require('child_process').spawnSync(cmd, ['--version'], {
Builds a file path from a variable src/dashboard/backend/main.py:171
        file_path = os.path.join(frontend_dist, full_path)

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

Alternatives to SmartMemory

same job, measured the same way
Memex
by pragneshbagary

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

147 installs/wk local only
Mindpm
by umitkavala

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

59 installs/wk local only
Memograph
by indhar01

Graph-based memory system for LLMs with knowledge graphs and semantic search.

119 installs/wk local only
RecallMax-Neural
by evozim

Semantic context compression and cognitive memory layer for LLM swarms.

answering
Lex
by smartergpt

Episodic memory, Frames, Policy Neighborhoods, and policy enforcement for AI agents.

local only
Memento
by runmemento

Local-first, LLM-agnostic memory layer for AI assistants.

58 installs/wk local only
A Mem MCP
by diaaaj

Self-evolving memory system for AI agents

208 installs/wk local only
SMRITI Memory
by smriti-memcore

Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.

3 347 installs/wk local only

SmartMemory — questions

Answers built from our own checks of this server.

Why is there no uptime for SmartMemory?
SmartMemory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is SmartMemory open source?
Yes — it is published under the MIT licence, written in Python and 3 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.