Servers

Mcp Postgres Analytics
@archimedes-market
Curated by Archimedes Market with a verified Trust Report (security, quality, license, complexity).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"postgres-analytics": {
"command": "mcp-postgres-analytics",
"args": [
"serve"
],
"env": {
"MCP_POSTGRES_DSN": "postgresql://reader@host:5432/db"
}
}
}
}