prisma/mcp
by Various
π βοΈ π - Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).
MCP
prisma/mcp
Added 1 June 2026
Overview
A model context protocol server that lets LLMs manage Prisma Postgres databases. It can spin up new database instances, run migrations, and execute queries. Built in JavaScript, it exposes database operations through the MCP standard.
Best for
Best for
Developers using Prisma who want to delegate database operations to language models
Use cases
- Spin up a Prisma Postgres database on demand via LLM commands
- Autonomously run database migrations during development
- Execute natural language queries against Postgres databases
Notes
A model context protocol server that lets LLMs manage Prisma Postgres databases. It can spin up new database instances, run migrations, and execute queries. Built in JavaScript, it exposes database operations through the MCP standard.
42 stars on GitHub. Last updated 2025-10-07.
Use cases
- Spin up a Prisma Postgres database on demand via LLM commands
- Autonomously run database migrations during development
- Execute natural language queries against Postgres databases
Pros
- Enables LLMs to perform database management tasks directly
- Integrates with Prismaβs schema and migration workflows
- Open source with straightforward setup
Cons
- Supports only Prisma Postgres, not other database providers
- Small community adoption (42 stars), indicating early stage
- Requires granting LLM access to database credentials and endpoints
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables LLMs to perform database management tasks directly
- Integrates with Prisma's schema and migration workflows
- Open source with straightforward setup
Cons
- Supports only Prisma Postgres, not other database providers
- Small community adoption (42 stars), indicating early stage
- Requires granting LLM access to database credentials and endpoints
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.