← Index

io.github.emretheus/claude-remind-mcp

io.github.emretheus/claude-remind-mcp·v0.1.1·Search
Quality Score
80
/100

Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "claude-remind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-remind-mcp"
      ],
      "env": {
        "CLAUDE_CONFIG_DIR": "<claude_config_dir>",
        "CLAUDE_REMIND_DIR": "<claude_remind_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "claude-remind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-remind-mcp"
      ],
      "env": {
        "CLAUDE_CONFIG_DIR": "<claude_config_dir>",
        "CLAUDE_REMIND_DIR": "<claude_remind_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y claude-remind-mcp
§02  Environment variables
CLAUDE_CONFIG_DIR

Override the directory Claude Code stores logs in (default: ~/.claude). Must be an absolute path.

CLAUDE_REMIND_DIR

Override where the index is persisted (default: ~/.claude-remind). Must be an absolute path.

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