Skip to content
Back to search
30
MCP

Memory Kernel

io.github.artem362/memory-kernel

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

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

Similar MCP servers embedding-nearest

Local Memory
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
0 tools
io.github.teflon07/memkeeper
Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.
0 tools
@aictx/memory
Local-first project memory for AI coding agents.
0 tools
Cortex Memory Engine
Local-first AI memory engine — 4-tier memory, people graph, Bayesian beliefs. Encrypted, 62µs.
0 tools
io.github.hbarefoot/engram
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
0 tools
Memory
SQLite-backed persistent memory server with FTS5 full-text search, entity relationship tracking, and project scoping for AI agents.
0 tools

How to use

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

{
  "mcpServers": {
    "memory_kernel": {
      "url": "None",
      "transport": "http"
    }
  }
}