Google PageRank for AI agents. 25,000+ tools indexed.

lore by hyunjae-labs

#1309 of 1625 by hyunjae-labs
28 score

Semantic search across Claude Code conversations. Hybrid vector + keyword search, fully local, background indexing.

Ranked #1309 out of 1625 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 0
Freshness today
Issue Health 0%
Stars 4
Platform Breadth 1 platform
Contributors 2
Description Good

How to Improve

Issue Health high impact

You have 1 open vs 0 closed issues — triaging stale issues improves health

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for lore by hyunjae-labs
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-hyunjae-labs--lore)](https://agentrank-ai.com/skill/glama-hyunjae-labs--lore/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-hyunjae-labs--lore/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-hyunjae-labs--lore" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# lore

Semantic search across your Claude Code conversations.
Find anything you've ever discussed -- across all projects, all sessions, any branch.

## Features

- **Hybrid search (vector + keyword)**
  Combines multilingual-e5-small embeddings with FTS5/BM25 via Reciprocal Rank Fusion. Finds results by meaning *and* exact terms.

- **Fully local, zero API keys**
  Everything runs on your machine. ONNX Runtime for embedding, sqlite-vec for storage. No data leaves your device.

- **Background indexing**
  Index triggers return instantly. Monitor progress while you keep working. Search what's already indexed while the rest catches up.

- **Project-selective**
  Register only the projects you care about. Add or remove anytime. Unregistering deletes indexed data to keep things clean. Browsing your session inventory also makes it easy to spot stale or unnecessary sessions you may want to clean up.

- **Conversation-aware chunking**
  Splits by logical turns (user question + full assistant 
Read full README on GitHub →