Back to browse
GitHub Repository

See and manage your entire Claude Code config in one place

7 starsTypeScript

Lens – a web dashboard for Claude Code configuration

by ugudlado·Feb 23, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemDark Horse

Consolidates Claude Code's 13 fragmented config surfaces into one searchable dashboard.

Strengths
  • Scope-aware merging shows effective vs file-by-file config, avoiding manual scope hunting
  • Live file watcher syncs disk changes instantly without manual refresh
  • ⌘K universal search spans all surfaces, workspaces, and entry types at once
Weaknesses
  • Niche audience: only useful for active Claude Code users with complex multi-scope setups
  • No Windows support mentioned, and unclear if it works with Claude Web vs Desktop only
Target Audience

Claude Code users managing complex configurations across multiple projects

Post Description

*Repo:* https://github.com/ugudlado/lens

Claude Code config is spread across 13 surfaces and 4 scope levels. Keeping track of what's actually configured — and where — means hunting through a half-dozen directories.

Lens scans everything in one go: see effective values merged across scopes, or break it down file-by-file. Edit, add, enable/disable entries inline. Switch between repos from the sidebar. Import config from another project when starting something new. `⌘K` to search across all surfaces and workspaces at once.

Install it as a Claude Code plugin:

``` /plugins add-marketplace github:ugudlado/lens /plugins install lens@ugudlado /lens:open ```

Contributions, ideas, and issues welcome — code is open for everyone.

Similar Projects

CogmemAi – Persistent Memory for Claude Code via MCP

Runs extraction and search server-side so your local MCP is a tiny HTTP client — no local DBs, no giant RAM leaks, and an easy npx install and .mcp.json or global MCP registration. It exposes clear tools (save_memory, recall_memories, extract_memories, get_project_context) and adds project-scoped + global preferences — a pragmatic fix for Claude Code's tiny flat-file memory. The tradeoff is obvious: usefulness depends on the hosted API (privacy, uptime, cost), and the repo looks early-stage with minimal commits and docs beyond the quickstart.

Niche GemShip ItSolve My Problem
hifriendbot
204mo ago