MCP Server
MCP
io.github.ashmitrrr/dsa-tracker-mcp-server
Track DSA/LeetCode practice with spaced repetition, ships with NeetCode 150.
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
By
Comments
Sign in to leave a comment