postgres-mcp 0.3.2

A PostgreSQL MCP (Model Context Protocol) server implementation for building AI agents
Documentation
1
2
3
4
mod mcp;
mod pg;

pub use pg::{Conns, PgMcp};