folio

goromal/folio
★ 0 stars Python Database Updated today
Book Study Companion: e-book reader (Electron+web) + MCP server for human/LLM study-material collaboration
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": {
    "folio": {
      "command": "uvx",
      "args": [
        "folio"
      ]
    }
  }
}

Or install with pip: pip install folio

README Excerpt

Book Study Companion — an e-book reader (Electron desktop + web) and MCP server that lets a human and an LLM agent collaborate on ingesting books and building study materials. A single per-machine backend service over one SQLite database is the source of truth; the web UI, the desktop shell, and the MCP server are all clients of it. Packaged and deployed
📊
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 →