01 / AI agent infrastructure

CramKit

Local-first study tool built around an MCP server

Upload exam materials, converted to markdown, chunked, indexed, exposed to Claude Desktop via MCP over both stdio and HTTP. Studying happens inside Claude; the web UI exists only for data management. SQLite plus local filesystem, no cloud dependencies. Dogfooded on real exam prep.

Why it matters

MCP-first design treats Claude as the primary user. The web app exists only to manage the data the agent will read. A useful pattern for tools where the model is the consumer.

Built with Vite, React 19, Hono, Bun, Prisma, SQLite, MCP SDK.

all work