
Sage Wiki
Supports UIby xoai
An LLM-compiled personal knowledge base that transforms raw notes and papers into a structured, interlinked wiki.
What it does
Connects your local documents (PDFs, Markdown, Code) to a tiered compilation engine that uses LLMs to extract concepts and build a structured, searchable wiki. It allows an AI to interact with your personal knowledge base via an ontology graph.
Tools
wiki_compile: Compiles sources into wiki articles.wiki_search: Hybrid BM25 and vector search across the wiki.wiki_query: Natural language Q&A with cited answers.wiki_capture: Extracts knowledge from conversations into the wiki.wiki_learn: Stores a single nugget of knowledge.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sage-wiki": {
"command": "sage-wiki",
"args": ["serve", "--project", "/path/to/your/wiki"]
}
}
}
Supported hosts
Confirmed for Claude Code, Cursor, and other MCP clients.
Quick install
go install github.com/xoai/sage-wiki/cmd/sage-wiki@latestInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






