mcpbeat Sign in

Memkeeper MCP Server

local only

Memkeeper runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Aug 2026.

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

Installs / week
not published
2
Stars
3 open issues
15 Aug 2026
Last commit
from GitHub
Apache-2.0
License
Rust

What the code does

We read the source, 20 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 adapters/pi-extension/transport.mjs:260
        const child = spawn(this.binary, ["serve", "--stdio"], {

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 Memkeeper

same job, measured the same way
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

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
Engram Server
by jamjet-labs

Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.

local only
Tether
by sidyellur

Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.

local only
Infino AI
by infino-ai

Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.

125 installs/wk local only
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only

Memkeeper — questions

Answers built from our own checks of this server.

Why is there no uptime for Memkeeper?
Memkeeper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Memkeeper open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.