← Index

io.github.kunwar-shah/claudex

io.github.kunwar-shah/claudex·v1.3.4·Search
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "claudex": {
      "command": "npx",
      "args": [
        "-y",
        "@kunwarshah/claudex"
      ],
      "env": {
        "PROJECT_ROOT": "<project_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "claudex": {
      "command": "npx",
      "args": [
        "-y",
        "@kunwarshah/claudex"
      ],
      "env": {
        "PROJECT_ROOT": "<project_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kunwarshah/claudex
§02  Environment variables
PROJECT_ROOT

Path to Claude Code conversation log directory. Defaults to ~/.claude/projects.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search