llm_wiki
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γ
Hooks (llm_wiki) MCP Server
Model Context Protocol (hooks) server
Ready-to-Use Client Configurations
{
"mcpServers": {
"hooks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hooks"
]
}
}
}