This release adds 3 notable features for engineering teams evaluating rollout.
Published 8mo
MCP Data & Storage
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agent
agentic-ai
ai
analytics
artificial-intelligence
data-analysis
+5 more
database
kong
mcp
mcp-server
postgresql
Summary
AI summaryMulti-platform pre-compiled binaries and package manager support.
Full changelog
PGMCP v0.3.0
PostgreSQL Model Context Protocol Server - Pre-compiled binaries for multiple platforms.
Quick Start
- Download the appropriate binary for your platform below
- Extract the archive
- Set up your environment variables:
export DATABASE_URL="postgres://user:password@localhost:5432/mydb" export OPENAI_API_KEY="your-api-key" # Optional - Run the server:
./pgmcp-server - Test with the client:
./pgmcp-client -ask "What tables do I have?" -format table
Platform Support
- Linux: x86_64 and ARM64
- macOS: Intel and Apple Silicon (M1/M2/M3)
- Windows: x86_64 and ARM64
Changelog
Installation via Package Managers
# Homebrew (macOS/Linux)
brew tap subnetmarco/homebrew-tap
brew install pgmcp
# Linux packages
sudo apt install ./pgmcp_0.3.0_linux_amd64.deb # Debian/Ubuntu
sudo rpm -i pgmcp_0.3.0_linux_amd64.rpm # RedHat/CentOS
Docker
# Server
docker run -e DATABASE_URL=your_db_url -e OPENAI_API_KEY=your_key ghcr.io/subnetmarco/pgmcp:v0.3.0
Full Changelog: https://github.com/subnetmarco/pgmcp/compare/0.2...v0.3.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About subnetmarco/pgmcp
An MCP server to query any Postgres database in natural language.
Related context
Beta — feedback welcome: [email protected]