Local documentation oracle that indexes web docs and injects relevant context into Claude Code sessions.
Quick Start • Documentation • License
# Step 1: Add Marketplace
> /plugin marketplace add jagjeevanak/mem-oracle
# Step 2: Install Plugin
> /plugin install mem-oracleRestart Claude Code. That's it!
Key Features:
- Auto-Indexing - Index any documentation site with a single command
- Semantic Search - Find relevant docs using natural language queries
- Context Injection - Relevant snippets auto-injected into prompts
- Local Storage - SQLite metadata + Zvec vector store (
@zvec/zvec) - Pluggable Embeddings - Local TF-IDF, OpenAI, Voyage, or Cohere
- MCP Server - Explicit tool calls for search/index operations
Full documentation available at mem-oracle.vercel.app/docs
- Getting Started
- Installation
- Configuration
- CLI Reference
- API Reference
- MCP Server
- Architecture
- Troubleshooting
MIT - See LICENSE for details.