About
This Model Context Protocol (MCP) server offers a streamlined interface for interacting with a PostgreSQL database. Built with TypeScript and leveraging Prisma for type-safe database operations, it facilitates CRUD operations for User and Post entities. It includes MCP-compatible tools for retrieving, adding, deleting, and updating user data, making database management more accessible through MCP.
Key Features
- Performs CRUD operations for User and Post entities
- Offers type-safe database operations using Prisma
- Includes an MCP-compatible tool interface
- Built with TypeScript for enhanced type safety
- Provides tools for retrieving, adding, deleting, and updating user data