跳到主要內容

開始使用

安裝 Wenlan,連接你的 AI 工具。

選擇一條 client 路徑,連到同一個 local daemon,再驗證一次 capture 與 recall round trip。

Wenlan 團隊更新於 2026 年 7 月 31 日5 分鐘設定

設定路徑

01

執行環境

02

Claude Code

03

Codex

04

本地 + 遠端 MCP

01

安裝適合你系統的 runtime

Wenlan v0.15.8 提供 Windows x64、macOS Apple silicon,以及 Linux x64 或 ARM64 glibc 的原生 runtime 套件。每份 runtime archive 都包含 CLI、daemon 與 MCP connector。

在 Windows 上,請把 wenlan-windows-x64.zip 當成一個整體解壓到使用者擁有且已加入 PATH 的目錄。onnxruntime.dll、vulkan-1.dll 與三個執行檔必須放在一起。

# macOS Apple silicon
npx -y wenlan setup
# Linux x64 或 ARM64
curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash
wenlan setup --basic
wenlan background on
wenlan status
# Windows x64:解壓 ZIP 並加入 PATH 後
wenlan setup --basic
wenlan background on
wenlan status

02

Claude Code 外掛

這是最快的路徑。plugin 會處理 daemon setup、MCP wiring、本地 memory setup,以及第一次 round-trip check。

如果 Claude Code 在安裝後要求 restart,重啟一次,然後執行 /setup。

/plugin marketplace add 7xuanlu/claude-plugins
/plugin install wenlan@7xuanlu
/setup

03

Codex 設定

先執行 Wenlan setup,再把 Codex 連接到本地 MCP server。主要 Wenlan repo 也提供 Codex plugin 給從 checkout 安裝的使用者;wenlan connect codex 是不需要 checkout 的直接 client 路徑。

wenlan connect codex

04

ChatGPT 和 Claude.ai

在 Wenlan desktop app 開啟 Remote Access,為 Streamable HTTP MCP 建立暫時的 HTTPS URL。App 會在 loopback 以 --no-auth 啟動 wenlan-mcp,再透過 tunnel 暴露;任何拿到 URL 的人都能存取。在 ChatGPT 開啟 Settings > Plugins,建立 New Plugin,在 Connection 下選擇 Server URL,貼上 URL,並把 Authentication 設為 None。Claude.ai 則透過 Directory > Plugins 從 7xuanlu/wenlan marketplace 安裝 Wenlan。

這是連接到你自己 Wenlan runtime 的 custom MCP,不代表 Wenlan 已列入公開 ChatGPT Apps Directory。不使用時請停止 Remote Access。

05

其他本地 MCP clients

Cursor、Claude Desktop、Gemini CLI、VS Code 和其他受支援的本地 MCP clients,要先設定 Wenlan runtime,再讓 CLI 寫入 client-specific MCP configuration。

Wenlan setup 會安裝 CLI、daemon 和 MCP connector,向作業系統的 user service manager 註冊 daemon,並驗證狀態。

wenlan connect cursor
# 或:claude-desktop, vscode, gemini

06

先試什麼

保存一個 durable project fact,再請另一個 session 或 client recall。Wenlan 應該能找回這個 fact,並把來源保留給 wiki 與 review flow。