cadcamfun-db-mcp-server
If you are the rightful owner of cadcamfun-db-mcp-server 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. This 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 for more complex operations. The server requires Node.js, a package manager like Yarn or npm, and a configured Prisma Client with a valid schema. It is suitable for projects that need a reliable and efficient way to manage database interactions through MCP.
Features
- Resource Loading: Exposes Prisma models as readable MCP resources, such as users and projects.
- Tool Execution: Provides MCP tools for CRUD operations on Prisma models.
- Database Interaction: Translates MCP requests into Prisma Client database queries.
- Configurable Transport: Supports stdio and SSE transport modes for flexibility.
- Extensible: Allows addition of custom resources or tools for complex operations.
Tools
create_user
Creates a new user in the database.
update_project
Updates an existing project in the database.
delete_tool_prisma
Deletes a tool from the database.