Skip to content
Back to search
30
MCP

io.github.pragneshbagary/memex

io.github.pragneshbagary/memex

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

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

Similar MCP servers embedding-nearest

io.github.dioniipereyraa/memex
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
0 tools
io.github.louis49/melchizedek
Persistent memory for Claude Code — offline, single-file, hybrid search.
0 tools
io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
0 tools
io.github.clauderecallhq/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
0 tools
io.github.yuvalsuede/memory-mcp
Persistent memory + git snapshots for Claude Code. Never lose context or code.
0 tools
memex
Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.pragneshbagary/memex": {
      "url": "None",
      "transport": "http"
    }
  }
}