What it exposes
Semesters, subjects, material lists, subject-scoped search, and material text pulled from the committed index in plexi-materials.
Plexi MCP
This project exposes the Plexi catalog and indexed study content through a stateless MCP endpoint that can be deployed on Vercel and used by ChatGPT, Claude, Cursor, and other MCP-aware clients.
Endpoint: /api/mcpMCP Setup GuidePrivacy PolicySemesters, subjects, material lists, subject-scoped search, and material text pulled from the committed index in plexi-materials.
The server is read-only and stateless. Each request can be handled independently, while a shared in-memory cache only reduces repeated GitHub fetches.
https://your-deployment.vercel.app/api/mcp
Need help connecting Plexi MCP with ChatGPT, Claude, or another MCP-compatible client?
PLEXI_MATERIALS_REPO=KunalGupta25/plexi-materials PLEXI_MATERIALS_BRANCH=main PLEXI_CACHE_TTL_MS=300000