AI Developer MCP Pro Suite

The complete 4-in-1 MCP toolkit for Claude Desktop and Cursor: AST token compressor, config auto-repair, semantic git & universal schema compiler.

Documentation

⚑ Next.js + Prisma + Zod + MCP Starter

Production-ready fullstack Next.js 14 template with Prisma ORM, automated Zod validation, and AI Model Context Protocol (MCP) tooling.

Ship fullstack features faster with Cursor, Claude Desktop, and Command Code without type drift or security regressions.


🌟 Why This Starter?

  1. Type-Safe Fullstack Architecture: Prisma schema defines the database source of truth; Zod validates incoming API requests; TypeScript interfaces guarantee client-side safety.
  2. AI Coding Guardrails: Pre-configured for Cursor and Claude Desktop via standard Model Context Protocol (MCP) servers.
  3. Automated Schema Sync: No more hand-typing Zod schemas whenever your database models change.

πŸš€ Quickstart (30 Seconds)

# 1. Clone & install dependencies
git clone https://github.com/rafim-dev/nextjs-prisma-zod-mcp-starter.git
cd nextjs-prisma-zod-mcp-starter
npm install

# 2. Inspect the Prisma schema
cat prisma/schema.prisma

# 3. Test the Zod-validated API route
npm run dev
curl http://localhost:3000/api/users

πŸ€– Supercharge Your AI Workflow (MCP Integration)

This repository includes native configurations for Model Context Protocol (MCP) in .cursor/mcp.json:

1. Auto-Convert Prisma Models to Zod in 1 Click

Instead of writing 100 lines of Zod validation rules by hand:

  • Ask Cursor or Claude: "Convert my new Order and Payment models in schema.prisma to Zod schemas".
  • Powered by schema-bridge-mcp β€” Universal schema translator & mock data synthesizer.

2. Stop AI Agents From Committing Leaked Secrets

Before pushing to GitHub or opening a PR:

  • The AI audits diffs for leaked API keys, tokens, eval() hazards, and missing tests.
  • Automatically drafts clean Conventional Commits (feat:, fix:, refactor:).
  • Powered by mcp-smart-git β€” Git intelligence & PR security auditor.

πŸ“¦ Pro Developer Tooling

Want the complete automated AI developer toolkit?


πŸ“„ License

MIT License. Created by Project GOAT.