Skip to content
Back to search
30
MCP

io.github.kunwar-shah/claudex

io.github.kunwar-shah/claudex

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

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

Similar MCP servers embedding-nearest

@kunwarshah/claudex
Persistent memory + FTS5 search for Claude Code conversations. MCP server exposes your ~/.claude/projects/ history as queryable memory for a
0 tools
@mseep/claudex
Persistent memory + FTS5 search for Claude Code conversations. MCP server exposes your ~/.claude/projects/ history as queryable memory for a
0 tools
claude-memory-mcp
Persistent memory MCP server for Claude Code — never lose context again
0 tools
io.github.tonysimonovsky/claude-code-conversation-search-mcp
Search Claude Code conversation history with natural language queries across all projects
0 tools
claude-remind-mcp
MCP server for searching past Claude Code conversation history. Local BM25 search over JSONL logs with persistent index, secret redaction, s
0 tools
io.github.dioniipereyraa/memex
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.kunwar-shah/claudex": {
      "url": "None",
      "transport": "http"
    }
  }
}