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