llm-wiki

erickmbugua/llm-wiki
★ 0 stars Python Database Updated 7d ago
LLM-powered personal wiki manager — Karpathy llm-wiki paradigm with multi-vault support, FastAPI, SQLite FTS5, and MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-wiki": {
      "command": "uvx",
      "args": [
        "llm-wiki"
      ]
    }
  }
}

Or install with pip: pip install llm-wiki

README Excerpt

A multi-vault, LLM-powered personal wiki manager built around the [Karpathy llm-wiki paradigm](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f). The core idea: instead of discarding LLM answers into chat history, build a **persistent, compounding knowledge artifact** — a wiki that grows richer with every ingested source and query. The LLM handles all maintenance (summarizing, cross-linking, contradiction detection) that humans find tedious.

Tools (4)

ANTHROPIC_API_KEYGEMINI_API_KEYOPENAI_API_KEYOPENROUTER_API_KEY
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →