Plugin · Claude Code · LLM Integration

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.

by JagjeevanAK · github.com/JagjeevanAK/mem-oracle

Install mem-oracle when you want a local documentation indexer that feeds relevant web-doc snippets into Claude Code context automatically.

5
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install jagjeevanak-mem-oracle@JagjeevanAK/mem-oracle
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built 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").

About

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.

Discussion

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.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.