topic-mastery-mcp

bemnetbeshah/topic-mastery-mcp
★ 0 stars Unknown language AI/LLM Updated today
Model agnostic MCP server for spaced-repetition, interview prep, and domain mastery. Tracks progress through studies → topics → subtopics, logs quiz attempts, and serves an SM-2 review queue so any MCP-compatible LLM can pick up your prep exactly where you left off.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "topic-mastery-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bemnetbeshah/topic-mastery-mcp"
      ]
    }
  }
}