mcp-postgres 1.2.2

High-performance MCP server for PostgreSQL with CPU-aware connection pooling and optimized buffers
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod schema;
pub mod query;
pub mod batch;
pub mod monitoring;
pub mod connections;
pub mod maintenance;
pub mod security;
pub mod config;
pub mod replication;
pub mod transactions;
pub mod health;