Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"WeKnora": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-WeKnora"
]
}
}
}