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