leetlens

g7xu/leetlens
★ 0 stars JavaScript Code/Dev Tools Updated today
Track how you solve LeetCode: phase timing, run counts, notes, tags — with an MCP server and dashboard
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "leetlens": {
      "command": "npx",
      "args": [
        "-y",
        "g7xu/leetlens"
      ]
    }
  }
}

README Excerpt

Track *how* you solve LeetCode problems, not just that you solved them. LeetLens is a companion to [LeetHub-3.0](https://github.com/raphaelheinz/LeetHub-3.0): while LeetHub commits your accepted code, LeetLens records each solving **session** — timing broken into thinking / writing / reviewing / debugging phases, how many times you ran the code, whether you gave up, your logic idea, custom tags, and comments — and commits it as JSON to this repo. A Python **MCP server** lets Claude or ChatGPT an