Jagjeevanak Mem Oracle
jagjeevanak-mem-oracle is a Claude Code plugin for the Build phase that runs a local documentation indexer and auto-injects relevant web-doc snippets into agent context.
Install mem-oracle when you want a local documentation indexer that feeds relevant web-doc snippets into Claude Code context automatically.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install jagjeevanak-mem-oracle@JagjeevanAK/mem-oracleBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:JagjeevanAK/mem-oracle") and the paste-ready config with skillselion.get_install_config("plugin:JagjeevanAK/mem-oracle").
What it does
jagjeevanak-mem-oracle is a Claude Code plugin that runs a local documentation oracle: it indexes web docs you care about and injects the most relevant snippets into the agent’s context during coding. Solo builders integrating unfamiliar SDKs or fast-moving APIs benefit because the agent sees grounded excerpts instead of guessing signatures. The catalog describes one plugin focused on indexing, relevance ranking, and autoinjection—classic LLM-integration tooling that sits beside your editor workflow. You will typically configure doc sources, let the index build locally, then rely on Claude Code sessions to pull matching passages as you implement. It complements browser-based lookup and generic web search MCPs by keeping corpora under your control. Complexity is intermediate due to local service setup and index maintenance. It is not a hosted documentation SaaS or a general codebase RAG layer unless you point it at those URLs.
Highlights
- Locally running documentation oracle—no per-query cloud doc dependency required
- Indexes web documentation for offline or low-latency retrieval
- Auto-injects relevant snippets into Claude Code context
- Single-plugin bundle from mem-oracle repository
- Reduces hallucinated API usage by grounding answers in indexed sources
Why builders use it
Claude Code often lacks the exact upstream doc passage, so builders either paste links manually or risk wrong API details.
After install, indexed documentation snippets surface in context automatically so implementation stays aligned with official references.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is jagjeevanak-mem-oracle for?
It is for Claude Code users who want grounded answers from indexed web documentation without manually pasting docs each session.
When should I use jagjeevanak-mem-oracle?
Use it during Build and integration work when official docs are large, versioned, or consulted constantly while coding.
How do I add jagjeevanak-mem-oracle to my agent?
Add the JagjeevanAK/mem-oracle repository as a Claude Code plugin source, run the local indexer per repo instructions, and enable the mem-oracle plugin in Claude Code.
Comments
Share how you use jagjeevanak-mem-oracle, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.