{ "name": "claude-remind-mcp", "version": "0.1.1", "description": "MCP server for searching past Claude Code conversation history. Local BM25 search over JSONL logs with persistent index, secret redaction, solved-hint, and instant claude --resume.", "mcpName": "io.github.emretheus/claude-remind-mcp", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "claude-remind-mcp": "dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md", "LICENSE", "CHANGELOG.md", "SECURITY.md" ], "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsc --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "prepare": "husky || true" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "minisearch": "^7.2.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.59.0", "@typescript-eslint/parser": "^8.59.0", "eslint": "^10.3.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "prettier": "^3.8.0", "typescript": "^6.0.0", "typescript-eslint": "^8.59.0", "vitest": "^4.1.5" }, "keywords": [ "claude", "claude-code", "claude-history", "claude-conversation-history", "conversation-history", "conversation-search", "mcp", "mcp-server", "model-context-protocol", "history", "history-search", "search", "bm25", "jsonl", "memory", "recall", "reminder", "local-search", "ai", "anthropic", "developer-tools" ], "repository": { "type": "git", "url": "git+https://github.com/emretheus/claude-remind-mcp.git" }, "homepage": "https://github.com/emretheus/claude-remind-mcp#readme", "bugs": "https://github.com/emretheus/claude-remind-mcp/issues", "license": "MIT", "author": "emretheus" }