Back to search
30
MCP

@kunwarshah/claudex

npm/@kunwarshah/claudex

Persistent memory + FTS5 search for Claude Code conversations. MCP server exposes your ~/.claude/projects/ history as queryable memory for any MCP-compatible AI agent.

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

Similar MCP servers embedding-nearest

io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
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-memory-mcp
Persistent memory MCP server for Claude Code — never lose context again
0 tools
foresight-mcp
Persistent memory for Claude Code via MCP protocol
0 tools
claude-historian-mcp
an MCP server for Claude Code conversation history
0 tools
agent-genesis-mcp
MCP server for searching Claude Code conversation history via Agent Genesis
0 tools

How to use

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

{
  "mcpServers": {
    "@kunwarshah/claudex": {
      "url": "None",
      "transport": "http"
    }
  }
}