prisma · Prisma Docs
Prisma MCP server (/docs/ai/tools/mcp-server)
Teaches how to integrate and configure the Prisma MCP server to allow AI agents to manage Prisma Postgres databases through tools like database creation, backup management, and SQL execution.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma MCP server (/docs/ai/tools/mcp-server)
Teaches how to integrate and configure the Prisma MCP server to allow AI agents to manage Prisma Postgres databases through tools like database creation, backup management, and SQL execution.
When To Use
Use when you want to enable an AI agent to perform database management tasks such as creating backups, executing SQL queries, or introspecting schemas via the Model Context Protocol.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-mcp-server-docs-ai-tools-workflow-guide.md | An overview of the Prisma MCP server which enables LLMs to manage Prisma Postgres databases via the Model Context Protocol. | Questions about an overview of the Prisma MCP server which enables LLMs to manage Prisma Postgres databases via the Model Context Pro... |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-config.json | A JSON configuration object demonstrating how to add the Prisma MCP server to an MCP settings file. | Exact payloads, commands, or snippets shown in A JSON configuration object demonstrating how to add the Prisma MCP server to an MCP settings file. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-configuration.json | A JSON configuration object defining the Prisma MCP server URL for client integration. | Exact payloads, commands, or snippets shown in A JSON configuration object defining the Prisma MCP server URL for client integration. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-config-2.json | A JSON configuration object defining the Prisma MCP server endpoint for use in MCP client settings. | Exact payloads, commands, or snippets shown in A JSON configuration object defining the Prisma MCP server endpoint for use in MCP client settings. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-config-3.json | A JSON configuration object demonstrating how to add the Prisma MCP server to an MCP settings file. | Exact payloads, commands, or snippets shown in A JSON configuration object demonstrating how to add the Prisma MCP server to an MCP settings file. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-configuration-2.json | A JSON configuration object defining the Prisma MCP server endpoint and connection settings. | Exact payloads, commands, or snippets shown in A JSON configuration object defining the Prisma MCP server endpoint and connection settings. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-claude-add-command.bash | A bash command to add the Prisma MCP server to Claude using the HTTP transport protocol. | Exact payloads, commands, or snippets shown in A bash command to add the Prisma MCP server to Claude using the HTTP transport protocol. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-gemini-add-command.bash | A bash command to add the Prisma MCP server to Gemini using the HTTP transport protocol. | Exact payloads, commands, or snippets shown in A bash command to add the Prisma MCP server to Gemini using the HTTP transport protocol. |
examples/prisma-mcp-server-docs-ai-tools-prisma-mcp-server-bash-execution.bash | Terminal output showing the execution of the Prisma MCP server including environment variable loading and a Prisma Migrate warning. | Exact payloads, commands, or snippets shown in Terminal output showing the execution of the Prisma MCP server including environment variable loading and a Prisma Mi... |
What This Skill Covers
- MCP server (/docs/ai/tools/mcp-server)
- Main sections:
Related pages.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/ai/tools/mcp-server