-
Notifications
You must be signed in to change notification settings - Fork 3.8k
docs: add Prisma MCP database development cookbook #8596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
bdougie
wants to merge
5
commits into
main
Choose a base branch
from
bdougie/con-4774
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+780
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add comprehensive guide for building AI-powered database development workflows using Continue CLI with Prisma MCP. Includes: - Complete database schema design with AI assistance - Automated migration generation and management - Realistic seed data creation - Visual database management with Prisma Studio - GitHub Actions workflow for database health monitoring - Multi-tenancy, full-text search, and audit logging examples - Security best practices and troubleshooting guide Updated navigation in docs.json and overview.mdx to include new guide. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Remove VS Code-specific configuration instructions and clarify that this is a Continue CLI guide. Changes include: - Removed VS Code .vscode/mcp.json configuration tab - Removed incorrect 'claude mcp add' command - Added Local PostgreSQL setup tab as alternative to Prisma Postgres - Updated manual setup to use Continue Hub agent YAML config - Fixed agent install command to use quoted agent name - Renumbered steps for better flow - Clarified MCP is included in pre-built agent The guide now focuses exclusively on Continue CLI workflows with proper Hub-based agent configuration. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Refactor the Prisma guide to follow the same pattern as the Supabase cookbook for consistency. Changes include: - Simplified Step 1 to focus on database setup (Prisma Postgres or local) - Moved MCP tool list to the Info box in workflow options section - Removed complex YAML configuration from manual setup - Made manual setup instructions simpler and more direct - Moved AI safety guardrails warning before Step 2 - Renumbered steps for better logical flow - Updated language to match Supabase guide tone The guide now emphasizes using the pre-built agent (Quick Start) as the recommended path, with manual setup as an alternative. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
- Add Prisma Remote MCP setup instructions with authentication - Update prerequisites to include PRISMA_AUTH_TOKEN secret configuration - Change from local npx execution to hosted MCP infrastructure - Simplify setup process by removing Node.js requirement - Update troubleshooting section for remote MCP connection issues - Add Continue Hub links throughout for easy access - Emphasize server-side security guardrails Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 4 files
BekahHW
reviewed
Nov 6, 2025
Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds a comprehensive cookbook guide for building AI-powered database development workflows using Continue CLI with Prisma MCP.
What's Included
New Documentation
Navigation Updates
docs/docs.jsonnavigationdocs/guides/overview.mdxguide listKey Features
The cookbook teaches developers to:
Structure
Follows the established cookbook pattern:
Design Decisions
CLI-Only Focus
Consistency with Other Cookbooks
AI Safety Emphasis
Testing
Related
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Summary by cubic
Adds a Prisma MCP database development cookbook that covers schema design, migrations, seed data, Prisma Studio, and automated health checks with Continue CLI. Updates docs navigation so the guide is easy to find.
Written for commit 790ea15. Summary will update automatically on new commits.