Prerequisites
- Node.js 20.17+
- Mintlify CLI:
npm i -g mint
Preview locally
From the repository root:docs/ folder:
Deploy to Mintlify
1
Create a Mintlify project
Go to mintlify.com/start and connect your GitHub repository. Point the docs root to the
docs/ folder in this repo.2
Push changes
Mintlify deploys automatically when you push to the connected branch.
3
Copy your MCP URL
After deploy, your search MCP URL is
https://YOUR-SUBDOMAIN.mintlify.app/mcp. Add it to .cursor/mcp.json as student-label-docs and reload Cursor.Monorepo note
The Next.js app lives at the repo root; Mintlify content lives indocs/. Configure Mintlify to use docs/ as the documentation directory so it does not conflict with the in-app guide at /docs in the web app.
