Track DSA/LeetCode practice with spaced repetition, ships with NeetCode 150.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
mcp-name: io.github.ashmitrrr/dsa-tracker-mcp-server
This is an MCP server for tracking your progress through your DSA questions and comes loaded with a default list of NeetCode 150 (any custom DSA problem list can be switched per user) with built-in spaced repetition. Built with FastMCP and SQLite.
Talk to it naturally from Claude: "what should I work on next", "log that I solved Two Sum, confidence 4, took 12 minutes", "how's my progress", "show me my history on Contains Duplicate".
| Tool | Description |
|---|---|
log_attempt | Log an attempt at a problem (status, confidence 1-5, time spent). Schedules the next review. |
get_next_problem | Get what to work on next: an overdue review, or the next new problem in order. Optional category filter. |
get_stats | Overall progress summary β solved counts, per-category breakdown, streak, total time. |
search_problems | Search/filter problems by name, category, difficulty, or status. |
get_problem_history | All logged attempts for a given problem, chronological. |
dsa://progress β current progress snapshotdsa://problem-list β full list of tracked problemsdaily_review β generates a daily review session based on what's dueexplain_pattern(category) β explains the core pattern/approach for a given categorydsa-tracker-mcp is published on PyPI, no manual cloning or virtual environments needed. The recommended way to run it is with uv, which downloads and runs the package on demand.
Add to your claude_desktop_config.json (Settings β Developer β Edit Config):
Restart Claude Desktop completely after saving.
If you'd rather install it directly:
Then point your config at the installed console script:
| Variable | Default | Description |
|---|---|---|
DSA_TRACKER_DB | ~/.dsa_tracker_mcp/progress.db | Path to the SQLite database |
DSA_TRACKER_PROBLEMS_FILE | (none, uses built-in NeetCode 150) | Path to a JSON file with a custom problem list |
To set these with uvx, add an env block to your config:
url and difficulty are optional and will be auto-filled where possible. order_index is assigned automatically based on list order.
| Outcome | Next review |
|---|---|
| Gave up | 1 day |
| Struggled, confidence β€ 2 | 2 days |
| Struggled, confidence β₯ 3 | 4 days |
| Solved, confidence β€ 3 | 7 days |
| Solved, confidence β₯ 4 | 21 days |
get_next_problem prioritizes overdue reviews before suggesting new problems.
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dsa-tracker-mcp-server)<a href="https://allmcps.com/mcp/dsa-tracker-mcp-server"><img src="https://allmcps.com/api/badge/dsa-tracker-mcp-server?style=directory" alt="Dsa Tracker Mcp Server on AllMCPs" /></a>