Catalog
Postgres MCP
Officialby YawLabs
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants
PostgreSQL query, schema, and health monitoring for AI assistants.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/postgres-mcp@0.6.20"
]
}
}
}