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%
3 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
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
claude-historian-mcp
an 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

How to use

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

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