knowledge-rag and bluera-knowledge

These two tools are competitors, as both aim to provide a local RAG system for AI coding agents, specifically Claude Code, offering similar features like hybrid semantic and full-text search capabilities for indexed local knowledge without external web lookups.

knowledge-rag
58
Established
bluera-knowledge
57
Established
Maintenance 13/25
Adoption 12/25
Maturity 18/25
Community 15/25
Maintenance 13/25
Adoption 12/25
Maturity 18/25
Community 14/25
Stars: 11
Forks: 4
Downloads: 690
Commits (30d): 0
Language: Python
License: MIT
Stars: 10
Forks: 3
Downloads: 1,332
Commits (30d): 0
Language: TypeScript
License: MIT
No risk flags
No risk flags

About knowledge-rag

lyonzin/knowledge-rag

Local RAG System for Claude Code - Hybrid search (Semantic + BM25) with MCP integration

Embeds documents using FastEmbed's ONNX runtime (384-dim BAAI/bge-small-en-v1.5) with cross-encoder reranking and markdown-aware section-based chunking for semantic coherence. Provides 12 MCP tools for document CRUD, URL ingestion, and retrieval evaluation, plus real-time file watching with automatic reindexing and query expansion for security terminology.

About bluera-knowledge

blueraai/bluera-knowledge

Local knowledge search for AI coding agents. Index repos, docs, and files with semantic + full-text search. Claude Code plugin & MCP server for fast, offline answers without web lookups or rate limits.

Combines semantic and full-text search across cloned dependency repositories, crawled documentation sites, and indexed project files, powered by vector embeddings and BM25 ranking for precise results. Integrates as both an npm CLI tool and MCP server within Claude Code, enabling AI agents to query local knowledge through slash commands and context tools. Automatically analyzes project dependencies to prioritize indexing of high-impact libraries while storing all indexed content locally with no external API calls required.

Scores updated daily from GitHub, PyPI, and npm data. How scores work