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.
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"
]
}
}
}
Run in terminal:
claude mcp add okforge-webui uvx okforge-webui
Add to .cursor/mcp.json:
{
"mcpServers": {
"okforge-webui": {
"command": "uvx",
"args": [
"okforge-webui"
]
}
}
}
Or install with pip: pip install okforge-webui