概要
Postgres offers a Model Control Protocol (MCP) server implementation for PostgreSQL databases, exposing a simple HTTP interface for interaction. Users can execute read-only queries and explore database resources using MCP commands. The server is built with Go and the Gin web framework, and it supports configuration through both command-line flags and environment variables.
主な機能
- MCP-compliant HTTP server
- Read-only SQL query execution
- Database resource listing
- Configuration via command-line flags or .env files
ユースケース
- Remote database querying via HTTP
- Database resource exploration via MCP