cadcamfun-mcp-server-db-prisma

cadcamfun-mcp-server-db-prisma

3.2

If you are the rightful owner of cadcamfun-mcp-server-db-prisma and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Prisma MCP Server provides a Model Context Protocol (MCP) server interface to a database managed by Prisma ORM, allowing MCP-compatible clients to interact with the database.

The Prisma MCP Server is a robust solution for integrating MCP-compatible clients with databases managed by Prisma ORM. It leverages the fastmcp library to expose Prisma models and operations, enabling seamless interaction with the database through MCP resources and tools. The server supports both stdio and Server-Sent Events (SSE) transport modes, making it versatile for different deployment scenarios. It is designed to be extensible, allowing developers to add custom resources and tools to meet specific application needs. The server requires Node.js, a package manager like Yarn or npm, and a running database instance supported by Prisma.

Features

  • Resource Loading: Exposes Prisma models as readable MCP resources, allowing easy access to database entities.
  • Tool Execution: Provides MCP tools for common CRUD operations on Prisma models, facilitating database manipulation.
  • Database Interaction: Translates MCP requests into Prisma Client database queries, ensuring efficient data handling.
  • Configurable Transport: Supports stdio and SSE transport modes, offering flexibility in communication methods.
  • Extensible: Allows for the addition of custom resources or tools to handle complex operations or integrate with other services.

Tools

  1. create_user

    Creates a new user in the database.

  2. update_project

    Updates an existing project in the database.

  3. delete_drawing

    Deletes a drawing from the database.