PostgreSQL (Official)
Freeby MCP Community
Read-only access to PostgreSQL databases with schema inspection and query execution.
v1.0.2Added Dec 1, 2024
postgressqldatabase
PostgreSQL MCP Server
Read-only access to PostgreSQL databases with schema inspection and query execution.
Features
- Schema Inspection
- Query Execution
- Data Analysis
- Multiple Databases
Installation
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgresql-(official)": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres"]
}
}
}