MCP Server
MCP
io.github.emretheus/claude-remind-mcp
Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "claude-remind-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the directory Claude Code stores logs in (default: ~/.claude). Must be an absolute path.",
"format": "string",
"name": "CLAUDE_CONFIG_DIR"
},
{
"description": "Override where the index is persisted (default: ~/.claude-remind). Must be an absolute path.",
"format": "string",
"name": "CLAUDE_REMIND_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment