Quick reference
Video walkthrough
Watch the full setup end to end. This walkthrough covers Claude (Claude.ai, Claude Desktop, and Claude Code) — for other clients, follow the matching tab below.Install in your client
- Claude.ai (Team or Enterprise)
- Claude Desktop (Free or Pro)
- Claude Code
- ChatGPT (Developer Mode)
- Cursor
- VS Code (Copilot Chat)
- Codex CLI
- Windsurf
- Zed
- Other clients
Open claude.ai/customize/connectors, click Add custom connector, and enter
https://openlens.com/mcp. The connector then shows up in Claude.ai web, Claude Desktop, and Claude Code automatically.Verify it works
From any client, ask the agent:“List my OpenLens projects.”
list_projects and return at least one row.
Troubleshooting
- Auth error or “needs client registration”: sign out of your client and reconnect. The OAuth handshake has to complete on first install.
- Stale token: clear the mcp-remote cache with
rm -rf ~/.mcp-auth/and retry. - VS Code: “server failed to start”: Node 18+ has to be on PATH so the editor can spawn
npx. - Anything else: email contact@aibread.com with the client, version, and the exact error.