Super-Knowledge-Base

1617110693/Super-Knowledge-Base
★ 1 stars Vue AI/LLM Updated 1d ago
A local-first desktop knowledge base for AI agents. Built with Tauri v2 + Vue 3 + Python, supports OpenAI-compatible & local (llama.cpp) embedding/rerank models, MinerU document parsing, ships with an MCP server for Claude Code, and includes an LLM Chat (RAG) module.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "super-knowledge-base": {
      "command": "npx",
      "args": [
        "-y",
        "1617110693/Super-Knowledge-Base"
      ]
    }
  }
}

README Excerpt

A local-first desktop knowledge base for AI agents. Built with **Tauri v2 + Vue 3 + Python**, supports **OpenAI-compatible & local (llama.cpp) embedding/rerank models**, **MinerU document parsing**, ships with an **MCP server** for Claude Code, and includes an **LLM Chat (RAG)** module. - **Node.js** ≥ 18, **Rust** ≥ 1.75, **Python** ≥ 3.11, **uv** (Python package manager)