MeMex Zero RAG — AI skill for Claude Code
The Karpathy LLM Wiki, production-ready.
How to install MeMex Zero RAG
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JPeetz/MeMex-Zero-RAG and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What MeMex Zero RAG does
The Karpathy LLM Wiki, production-ready. Zero-RAG personal knowledge base with MCP server, multi-agent support, knowledge graph visualization, and hallucination enforcement. No embeddings, no vector DBs — just markdown + git.
Alternatives in AI
- Llmwiki — Open Source Implementation of Karpathy's LLM Wiki 1.5k ★
- Nocturne Memory — A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents 1.3k ★
- LLM Wiki Skill — 基于 Karpathy llm-wiki 方法论的个人知识库构建 Skill,支持多平台 1.1k ★
README
🧠 MeMex — Zero-RAG Personal Knowledge Base
[](https://opensource.org/licenses/MIT) [](https://github.com/JPeetz/MeMex-Zero-RAG) [](mcp/) [](https://github.com/JPeetz/MeMex-Zero-RAG) [](http://makeapullrequest.com)
**The Karpathy LLM Wiki pattern, production-ready.**
*No embeddings. No vector databases. No infrastructure. Just markdown, git, and your LLM.*
[Quick Start](#quick-start) • [MCP Server](mcp/) • [Prompts](PROMPTS.md) • [Schema](SCHEMA.md) • [Examples](examples/)
*"The human's job is to curate sources, direct the analysis, ask good questions, and think about what it all means. The LLM's job is everything else."* — Andrej Karpathy
Based on [Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f), extended with:
- 🚫 Zero hallucination enforcement — every claim must cite a source
- 🤖 MCP server — expose your wiki to Claude Code, Codex, OpenClaw, Cursor
- 👥 Multi-agent support — multiple AI agents, one shared wiki, git handles conflicts
- 🔒 Human-in-the-loop conflict resolution — LLM flags contradictions, you decide truth
- 📊 Confidence tracking — per-claim certainty scores, quarantine mode for low-confidence pages
- 🌐 Knowledge graph — interactive force-directed visualization of all [[wikilinks]] (optional)
Why Not RAG?
Traditional RAG retrieves document chunks every query. Your LLM rediscovers knowledge from scratch. Every. Single. Time. Nothing compounds.
**MeMex compiles knowledge once.** Your LLM reads your sources and builds a structured, interlinked wiki. Every new source makes the whole wiki richer. Knowledge grow
Related Skills
Andrej Karpathy LLM Wiki
A minimal CLAUDE.md template that turns any LLM CLI into a personal knowledge base. Drop in one file, start in
Sourcelens
Harness-based Agentic RAG: search, understand, and answer questions over documents and code using an AI coding
Knowledge Graph Based Hybrid RAG System
Knowledge Graph-RAG system using Neo4j, LangChain, LangGraph, Claude-3.5-Sonnet. Hybrid retrieval: SBERT embed
Karpathy LLM Wiki
Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base fro
LLM Wiki Compiler
Claude Code plugin that compiles markdown knowledge files into a topic-based wiki. Implements Karpathy's LLM K
Zissa Wiki
Zissa Wiki — an LLM-maintained research knowledge base in plain markdown, operated via Claude Code. Implements
Related Agents
Python RAG Backend Engineer
Production-grade Python RAG backend engineer specializing in ChromaDB vector storage, sentence-transformers em
Cx RAG Researcher
Use this agent when researching Mozilla user experience data. Queries three sources — SUMO/Kitsune forum threa
Data Pipeline Engineer
Data pipeline specialist who generates embeddings, implements chunking strategies, manages vector indexes, and