JaviMaligno/postgres_mcp
PostgreSQL MCP server with 14 tools for querying, schema exploration, and table analysis. Features security-first design with SQL injection prevention and read-only by default.
Quick Start
Clone the repository:
git clone https://github.com/JaviMaligno/postgres_mcpClaude Desktop configuration example:
{
"mcpServers": {
"javimaligno-postgresmcp-2": {
"command": "npx",
"args": [
"-y",
"JaviMaligno/postgres_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.