跳到主要內容

開始使用

把 Wenlan 接到你的 AI tools。

先從 Claude Code plugin 開始,或透過本地 MCP server 把 Wenlan 加到另一個 MCP-compatible client。

Wenlan 團隊更新於 2026 年 5 月 15 日4 分鐘設定

設定路徑

01

Claude Code 工具

02

MCP clients 連接

03

本地 daemon

01

Claude Code 外掛

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

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

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

02

其他 MCP clients

Cursor、Codex、Claude Desktop、Gemini CLI 和其他 MCP-compatible clients,要先設定本地 Wenlan runtime。接著讓 Wenlan CLI 把 MCP connector 加到你使用的 client。

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

npx -y wenlan setup
~/.wenlan/bin/wenlan mcp add codex
# 或:cursor, claude-desktop, vscode, gemini

03

先試什麼

保存一個 durable project fact,然後在新 session 請你的 agent recall。Wenlan 應該讓這段 context 可見、可搜尋,並透過同一個本地 memory layer 使用。