Skip to content

Get started

Connect Wenlan to your AI tools.

Start with the Claude Code plugin, or add Wenlan to another MCP-compatible client through the local MCP server.

Wenlan teamUpdated May 15, 20264 min setup

Setup path

01

Claude Code

02

MCP clients

03

Local daemon

01

Claude Code plugin

This is the fastest path. The plugin handles daemon setup, MCP wiring, local memory setup, and the first round-trip check.

If Claude Code asks for a restart after installing, restart once, then run /init.

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

02

Other MCP clients

For Cursor, Codex, Claude Desktop, Gemini CLI, and other MCP-compatible clients, set up the local Wenlan runtime first. Then let the Wenlan CLI add the MCP connector to the client.

Wenlan setup installs the CLI, daemon, and MCP connector, configures local memory, registers the daemon with your operating system's user service manager, and verifies status.

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

03

What to try first

Store one durable project fact, then ask your agent to recall it in a new session. Wenlan should make that context visible, searchable, and available through the same local memory layer.