MCP Directory
Back

llmwiki

by lucasastorian · Python · ★ 742

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](https://opensource.org/licenses/Apache-2.0) Open-source implementation of [Karpathy's LLM Wiki](https://x.com/karpathy/status/2039805659525644595) ([spec](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f)). I built this because research folders accumulate useful material faster than I can keep summaries, links, and citations current by hand. LLM Wiki offloads that editing work to Claude so I can focus on source selection and analysis instead. Point it at a folder, start the local app, and connect Claude over MCP. From there, Claude reads your sources, writes wiki pages,…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers