Skip to content
Back to search
30
MCP

io.github.teflon07/memkeeper

io.github.teflon07/memkeeper

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

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Memory Kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
0 tools
io.github.thelabvenice/memdata
Persistent memory for AI agents. Store context, retrieve it semantically.
0 tools
io.github.hbarefoot/engram
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
0 tools
io.github.las7/memharness
Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.
0 tools
io.github.luizedupp/rememb
Persistent memory for AI agents — local JSON, zero config, no server required.
0 tools
io.github.LuizEduPP/rememb
Persistent memory for AI agents — local JSON, zero config, no server required.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.teflon07/memkeeper": {
      "url": "None",
      "transport": "http"
    }
  }
}