That's it. Lien's MCP tools and the Explore agent are available in every Claude Code session, in every repo โ no per-project setup. First use in a new git repo triggers a one-time index automatically. See the Claude Code plugin guide for what its hooks do beyond the MCP config.
Other editors (Cursor, Windsurf, OpenCode, Kilo Code, Antigravity) โ
1. Install Lien:
bash
npm install -g @liendev/lien
2. Configure your editor:
bash
lien init
This writes the correct MCP config for your editor.
3. Restart your editor and start asking questions about your codebase!
Lien auto-detects your project structure and indexes on first use.