Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-mcp-server-docs-ai-tools-workflow-guide.mdAn 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.jsonA 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.jsonA 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.jsonA 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.jsonA 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.jsonA 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.bashA 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.bashA 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.bashTerminal 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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