Curated by Archimedes Market with a verified Trust Report (security, quality, license, complexity).
Read-only PostgreSQL analytics agent exposed as an MCP server. Inspect query plans, surface slow queries, audit index usage, detect table bloat, and report vacuum status — without any DDL, DML, or write access. Designed to drop into a production database safely.
→ Full Trust Report: archimedes.market/assets/aa632521-f830-4adf-9828-7c6079e06a83
服务器配置
{
"mcpServers": {
"postgres-analytics": {
"command": "mcp-postgres-analytics",
"args": [
"serve"
],
"env": {
"MCP_POSTGRES_DSN": "postgresql://reader@host:5432/db"
}
}
}
}