LearnForge

flof-codes/LearnForge
★ 2 stars TypeScript AI/LLM Updated today
Spaced-repetition flashcard app with Bloom's Taxonomy progression, vector similarity search, and an MCP server for AI-assisted card creation.
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": {
    "learnforge": {
      "command": "npx",
      "args": [
        "-y",
        "flof-codes/LearnForge"
      ]
    }
  }
}