Postgres icon

Postgres

Createda21071

Provides PostgreSQL database operations through Model Context Protocol tools.

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