Back to MCP Servers
Postgres
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
databasespostgresperformance
By crystaldba
Installation
npx -y postgres-mcpConfiguration
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": ["-y", "postgres-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes