llm_wiki

GitHub

LLM Wiki is a cross-platform desktop application that turns your documents into an organized, interlinked knowledge base β€” automatically. Instead of traditional RAG (retrieve-and-answer from scratch every time), the LLM incrementally builds and maintains a persistent wiki from your sources。

16,057 stars TypeScript 1 file Β· ~10,917 tokens

Hooks (llm_wiki) MCP Server

Model Context Protocol (hooks) server

View all llm_wiki servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "hooks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hooks"
      ]
    }
  }
}