frankchu91/mindbase-llm-wiki

Karpathy's LLM Wiki idea as a product — an AI that builds and maintains a markdown wiki from your notes and sources. MCP server + web UI, runs on free local models (Ollama), no API key needed. MIT.

91Stars on the repository
22Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

builder

01

frankchu91/mindbase-llm-wiki

Agent

Sub-agent dispatched by /mb:build to synthesize context.md from sources/. Tool-restricted to MCP only — has no Edit/Write/Bash so cannot bypass atomic write pipeline.

91 +2 9d ago A 39 tokens original MIT

contributor

02

frankchu91/mindbase-llm-wiki

Agent

Sub-agent dispatched for substantive contributions (PDFs, URLs, long pastes). Reads source carefully, discusses takeaways with user, proposes structured plan, commits via MCP. Cannot bypass append-only contract.

91 +2 9d ago A 43 tokens original MIT

curator

03

frankchu91/mindbase-llm-wiki

Agent

Sub-agent dispatched by /mb:lint. Read-only — has Read + lint MCP tools but no Edit/Write/Bash. Surfaces orphans, contradictions, stale claims, gaps. Suggests fixes; doesn't apply them.

91 +2 9d ago A 49 tokens original MIT

migrator

04

frankchu91/mindbase-llm-wiki

Agent

One-time sub-agent that runs /mb:migrate. Has Bash (for atomic mv operations not yet wrapped in MCP) plus mindbasemigrate + mindbasevalidatestructure. Should be invoked exactly once per legacy project.

91 +2 9d ago A 48 tokens original MIT

researcher

05

frankchu91/mindbase-llm-wiki

Agent

Sub-agent dispatched by /mb:research. Has WebFetch + WebSearch + Read + MCP researchsave + searchwiki tools. Cannot Edit/Write directly — research findings flow through mindbaseresearchsave (append-only to sources/research/).

91 +2 9d ago A 54 tokens original MIT