mcp-postgres
0
The MCP PostgreSQL Server is a Model Context Protocol server designed to facilitate PostgreSQL database operations via MCP tools. It supports CRUD operations for user and post entities using a type-safe approach with Prisma and TypeScript.
MCP PostgreSQL Server
- A Model Context Protocol (MCP) server that provides PostgreSQL database operations through MCP tools.
Features
- CRUD operations for User and Post entities
- Type-safe database operations using Prisma
- MCP-compatible tool interface
- Built with TypeScript for type safety
Installation
- Clone the repository
- Install dependencies
- Set up PostgreSQL database
- Run database migrations
- Build the project
Usage
- Run the server and utilize MCP tools such as
getData
,addUserData
,deleteUserData
, andupdateUserData
to manage user data.