Postgres
byasadudin
0Interacts with PostgreSQL databases through the Model Context Protocol (MCP).
Acerca de
Postgres provides a Model Context Protocol (MCP) server implementation specifically tailored for PostgreSQL databases. It offers a simplified interface for executing SQL queries, performing database operations like INSERT, UPDATE, and DELETE, creating new databases, managing table schemas, and debugging PostgreSQL connections. The server is containerized with Docker, enabling straightforward deployment and environment-based configuration.
Características Principales
- Creates new PostgreSQL databases.
- Executes SQL queries with parameterized inputs.
- Containerized with Docker for easy deployment.
- Creates or updates table schemas.
- 0 GitHub stars
- Performs INSERT/UPDATE/DELETE operations on PostgreSQL databases.
Casos de Uso
- Automating database management tasks within an MCP environment.
- Providing a simple interface to interact with PostgreSQL databases through MCP.
- Running SQL queries and receiving results in JSON format.