RAG and search: tools for developers
Retrieval-augmented tools, vector databases, embeddings and semantic search. An entry can appear under several use cases when its topics or description provide several explicit signals.
Use case
Activity
Sort by
139 entries in this view.
Tool ranking
Ranked by known GitHub stars, highest first; archived repositories come after maintained repositories. Raw values keep their source-specific window, shown under each tool; a change requires at least two snapshots from the last 7 days.
- 1Active
data-agent-tutorial
AgentData-Agent:从 0 到 1 构建 Text2SQL 智能体实战教程,覆盖 StateGraph 编排、双重 RAG、关系图谱、HITL 人工确认、SQL 自动纠错、Python Docker 沙盒执行与 A2A + SSE 流式交互。
githubmeasured growthOpen source ↗
100GitHub stars-1 (-0.99 %) - 2Active
DocMeld
SkillLightweight Doc-to-agent-ready knowledge pipeline. Three-stage Bronze→Silver→Gold architecture extracts structured elements, page content, and AI-enriched metadata from research papers and books. Generate PRDs, workflows, topic clusters,…
githubmeasured growthOpen source ↗
Install
git clone https://github.com/agentii-ai/DocMeld ~/.claude/skills/DocMeld100GitHub starsstable - 3Active
llm-wiki-plugin
SkillAndrej Karpathy's LLM Wiki pattern as a skill & Claude Code plugin — turn accumulated sources into a self-maintaining, scalable markdown knowledge base.
githubmeasured growthOpen source ↗
Install
/plugin marketplace add praneybehl/llm-wiki-plugin99GitHub stars+5 (+5.3 %) - 496GitHub starsstable
- 5Active
Corpus2Skill
SkillDistill any document corpus into a navigable skill hierarchy for LLM agents — no retrieval system needed at serve time.
githubmeasured growthOpen source ↗
Install
git clone https://github.com/dukesun99/Corpus2Skill ~/.claude/skills/Corpus2Skill84GitHub stars+1 (+1.2 %) - 6Active
llm-wiki-newsroom
SkillHarness engineering applied to knowledge production: a self-evolving multi-agent newsroom that turns your documents into a cross-linked markdown wiki. A "reground" loop pulls published pages back in before they go stale — writer ≠ reviewer,…
githubmeasured growthOpen source ↗
Install
git clone https://github.com/alfadur7/llm-wiki-newsroom ~/.claude/skills/llm-wiki-newsroom81GitHub stars+1 (+1.2 %) - 7Active
AST knowledge graph MCP server for Claude Code — semantic search, call graph traversal, HTTP route tracing, impact analysis. Auto-indexes 10 languages via Tree-sitter.
githubmeasured growthOpen source ↗
72GitHub stars+2 (+2.9 %) - 8Active
Cortex
MCPCross-platform persistent memory MCP for Codex, Gemini CLI, Claude Code, and other local MCP hosts. 36 cited neuroscience mechanisms, local-first SQLite/PostgreSQL, hybrid retrieval, decay-based consolidation, and reproducible benchmarks.…
githubmeasured growthOpen source ↗
71GitHub starsstable - 9Active
The official Pinecone marketplace for Claude Code Plugins
githubmeasured growthOpen source ↗
Install
/plugin marketplace add pinecone-io/pinecone-claude-code-plugin68GitHub starsstable - 10Active
Semantic Scholar API wrapper for agents — search 200M+ papers, traverse citations, find authors. Python, rate-limited, multi-agent.
githubmeasured growthOpen source ↗
Install
git clone https://github.com/Agents365-ai/semanticscholar-skill ~/.claude/skills/semanticscholar-skill68GitHub starsstable - 11Active
Persistent memory for Claude Code & Codex CLI. Auto-extracted knowledge graph, multi-representation embeddings, 3D WebGL visualization. LongMemEval R@5=97.45%. Self-hosted, Ollama-optional
githubmeasured growthOpen source ↗
67GitHub stars+1 (+1.5 %) - 12Active
Local-first MCP memory server: SQLite, FTS5 and vector search, AES-256-GCM. 55 tools, no cloud.
mcpmeasured growthOpen source ↗
67GitHub starsstable - 13Active
Token-efficient code review knowledge graph: semantic search and call-graph resolution.
mcpmeasured growthOpen source ↗
Install
claude mcp add better-code-review-graph -- uvx better-code-review-graph66GitHub starsstable - 14Active
ruvnet-brain
MCPRuvNet Brain — a downloadable, source-grounded brain for Claude Code over Reuven Cohen's (rUv's) RuvNet stack: RuVector/RVF, Ruflo, AgentDB, RuLake, SPARC + 21 building blocks. Grounds Claude in real source via one MCP tool (search_ruvnet),…
githubmeasured growthOpen source ↗
65GitHub stars+1 (+1.6 %) - 15Active
Agent skills for LandingAI's Agentic Document Extraction (ADE) — production-ready document AI for agentic coding assistants
githubmeasured growthOpen source ↗
Install
git clone https://github.com/landing-ai/ade-document-processing-skills ~/.claude/skills/ade-document-processing-skills64GitHub starsstable - 16Active
Enzyme
MCPSemantic search and pattern discovery for Obsidian and markdown vaults.
mcpmeasured growthOpen source ↗
59GitHub starsstable - 17Active
PatentRadar
Agent专利侵权分析系统 —— 输入专利公开号,产出竞品侵权分析报告;同时打包成 skill,可被任意 agent(dsh, codex, claudecode 等) 调用。
githubmeasured growthOpen source ↗
59GitHub stars+2 (+3.5 %) - 18Active
zeph
OtherA memory-first AI agent that remembers why decisions were made — not just the last message. Runs local (Ollama), cloud (Claude · OpenAI · Gemini), or decentralized TEE. Graph memory, self-learning skills, multi-model routing, sandboxed…
githubmeasured growthOpen source ↗
58GitHub stars+1 (+1.8 %) - 19Active
ChatCrystal
MCPLocal-first AI PKM for coding conversations: import Claude Code/Cursor/Codex, distill notes, semantic search, tag graph, MCP memory.
githubmeasured growthOpen source ↗
58GitHub stars+3 (+5.5 %) - 20Active
Persistent long-term memory for Claude Code via MCP — captures coding decisions, bugfixes, and context across sessions. Hybrid FTS5 + TF-IDF search with episode batching. Single SQLite DB, no external services. Alternative to claude-mem…
githubmeasured growthOpen source ↗
57GitHub stars+3 (+5.6 %) - 21Active
webfetch
SkillOwn your LLM's web search: a local search->fetch->rank pipeline that replaces hosted web-search tools. Measured: matches hosted accuracy at 66% lower cost and up to 88% fewer tokens, plus a precision-tuned semantic caching with…
githubmeasured growthOpen source ↗
Install
git clone https://github.com/firish/webfetch ~/.claude/skills/webfetch55GitHub starsstable - 22Active
Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private.
mcpmeasured growthOpen source ↗
Install
claude mcp add smart-connections-mcp -- npx smart-connections-mcp54GitHub starsstable - 23Active
SDYJ_Multi_Agents
SkillA LangGraph-powered multi-agent deep research system featuring task planning, human-in-the-loop review, multi-source retrieval, evidence-grounded report generation, full tracing and reproducible evaluation.
githubmeasured growthOpen source ↗
Install
git clone https://github.com/hwfengcs/SDYJ_Multi_Agents ~/.claude/skills/SDYJ_Multi_Agents50GitHub starsstable - 24Dormant
LLM-Wiki
MCPAutonomous knowledge base plugin for Claude Code - captures reserch, ideas, and decisions into an interlinked wiki with reserch-on-miss, semantic search, and a Wikipedia-style web UI. Knowledge compounds as you work.
githubmeasured growthOpen source ↗
49GitHub starsstable
Learning resources
Ranked by known GitHub stars, highest first; archived repositories come after maintained repositories. These resources remain available separately and do not take part in the main tool ranking.
- 1ActiveOpen source ↗
membrane
SkillA selective learning and memory substrate for agentic systems — typed, revisable, decayable memory with competence learning and trust-aware retrieval.
githubInstall
Resourcemeasured growthgit clone https://github.com/BennettSchwartz/membrane ~/.claude/skills/membrane94GitHub starsstable