learn-mcp

abp2204/learn-mcp
★ 0 stars TypeScript AI/LLM Updated 15d ago
MCP server for agent-guided DSA practice — any agent generates LeetCode-style problems and tutors you through them, from any folder.
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": {
    "learn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "abp2204/learn-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for **agent-guided DSA practice**. Connect it to an IDE agent (Claude Code, Cursor, etc.) and instead of static LeetCode problems, the agent *generates* immersive, LeetCode-style problems on demand and tutors you through them — escalating hints, concept explanations, and multi-step think-throughs.

Tools (11)

explain_conceptgenerate_problemget_hintlist_problemsnext_steppause_problemprogressrevisit_problemsetup_workspacestart_sessionsubmit_solution