sgaunet/postgresql-mcp
A Model Context Protocol (MCP) server that provides secure PostgreSQL database integration tools for Claude Code. Features read-only query execution, schema exploration, and performance analysis.
Platform-specific configuration:
{
"mcpServers": {
"postgresql-mcp": {
"command": "npx",
"args": [
"-y",
"postgresql-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...