
Axiom Wiki
by abubakarsiddik31
Self-maintaining AI knowledge base that compiles raw documents into an interconnected markdown wiki.
What it does
Connects an AI to a personal knowledge base that autonomously ingests documents (PDF, MD, HTML), extracts entities, and maintains a structured, cross-linked wiki. Unlike RAG, it compiles knowledge into a persistent format.
Tools
ingest: Process files or URLs to create wiki pages.autowiki: Let an agent explore a folder and build a comprehensive wiki structure.sync: Update stale wiki pages based on new source changes.query: Perform semantic search and chat against the compiled wiki.graph: Visualize the interconnected page graph of the knowledge base.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"axiom-wiki": {
"command": "axiom-wiki",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
- Windsurf
Quick install
npm install -g axiom-wikiInformation
- Pricing
- free
- Published
- 5/28/2026
- stars






