errorbook-mcp

stardustlil/errorbook-mcp
★ 1 stars Python Database Updated today
Local-first MCP server for recording, scheduling, and exporting math error notebooks.
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": {
    "errorbook-mcp": {
      "command": "uvx",
      "args": [
        "errorbook-mcp"
      ]
    }
  }
}

Or install with pip: pip install errorbook-mcp

README Excerpt

> Local-first error notebook infrastructure for MCP agents, with FSRS scheduling and printable math PDFs. Errorbook MCP 是一个可直接接入支持 Model Context Protocol (MCP) 的 agent 的错题管理服务。图片识别由 agent 自己的视觉能力完成;MCP 负责接收结构化题干、稳定编号、去重、复习调度、优先级维护,以及生成带数学公式的打印版 PDF。 - 题目使用不可变编号(例如 `EB-2026-000001`),编辑不会换号。 - 复习间隔由版本锁定的 FSRS 算法维护;重复答错会缩短间隔并增加错题权重。

Tools (13)

adjust_prioritycreate_problemcreate_review_sheetdelete_exportget_export_statusget_library_statsget_problemlist_exportsrecord_from_imagerecord_reviewsearch_problemsset_problem_statusupdate_problem

Topics

educationfsrsmcpmodel-context-protocolpdfpythonspaced-repetitionsqlite
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →