--- name: postgres-mcp description: Official PostgreSQL Model Context Protocol Server for database interaction. category: database version: 4.1.0-fractal layer: master-skill --- # PostgreSQL MCP Skill ## 🎯 Goal Enable the AI Agent to inspect schemas and execute queries on PostgreSQL databases using the official Model Context Protocol standard. ## 🛠️ Tools ## 🧠 Knowledge Modules (Fractal Skills) ### 1. [`query`](./sub-skills/query.md) ### 2. [`get_schema`](./sub-skills/get_schema.md) ### 3. [`analyze_query_performance`](./sub-skills/analyze_query_performance.md)