MCP Directory
Back

llmwiki

by lucasastorian · Python · ★ 1,216

Open Source Implementation of Karpathy's LLM Wiki. Upload documents, connect your Claude account via MCP, and have it write your wiki !

#agents#ai-agents#claude#karpathy#knowledge-base#llm#llm-wiki#mcp#mcp-server#rag#supabase

Install

pip install git+https://github.com/lucasastorian/llmwiki.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "llmwiki": {
      "command": "uvx",
      "args": [
        "git+https://github.com/lucasastorian/llmwiki.git"
      ]
    }
  }
}

From the README

**An autonomous, self-maintaining personal Wikipedia built and maintained by AI.** [](https://opensource.org/licenses/Apache-2.0) LLM Wiki transforms your scattered reading and research into a persistent, AI-maintained second brain. Capture documents, notes, and web clippings as you work, and deploy a nightly Claude Routine to autonomously synthesize those sources into a permanent knowledge base. Because the clipper captures your highlights and margin notes alongside the source, the wiki becomes a record of not just what you read but what you *thought* about it — one that compounds over mont…
Read full README on GitHub →

Related databases servers