Llm Wiki Mcp is an open-source MCP server that provides persistent markdown wiki functionality for LLM agents, based on Karpathy's LLM wiki design. It exposes four main tools—`wiki_read`, `wiki_write_page`, `wiki_log_append`, and `wiki_inventory`—that allow AI assistants or agents to read, write, append logs, and inventory a local wiki of markdown files, with strict atomic and secure operations. Integration is focused on local filesystem storage, and MCP-compatible clients such as Claude, Cursor, and Windsurf. Engineering teams, AI researchers, and LLM developers use it to build AI workflows that maintain evolving, persistent, agent-managed documentation, knowledge bases, or research journals.
Visit Llm Wiki Mcp's official website for product details and getting started.