← Back to Plugins
MCP Server MCP

io.github.ashmitrrr/dsa-tracker-mcp-server

github By github 👁 1 views ▲ 0 votes

Track DSA/LeetCode practice with spaced repetition, ships with NeetCode 150.

Homepage Verified source GitHub

Install

uvx dsa-tracker-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "dsa-tracker-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SQLite database file (default: ~/.dsa_tracker_mcp/progress.db)",
          "format": "string",
          "name": "DSA_TRACKER_DB"
        },
        {
          "description": "Path to a JSON file with a custom problem list (default: uses built-in NeetCode 150)",
          "format": "string",
          "name": "DSA_TRACKER_PROBLEMS_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...