okforge-webui

okforge/okforge-webui
★ 0 stars Python Memory/Knowledge Updated 4d ago
LAN web UI + job runner for okforge knowledge bases: scanned PDF -> VLM OCR -> translated, page-cited LLM wiki. Serial job queue, MCP server, Quartz publishing.
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": {
    "okforge-webui": {
      "command": "uvx",
      "args": [
        "okforge-webui"
      ]
    }
  }
}

Or install with pip: pip install okforge-webui