Skip to main content
DatabasesPython

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.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JaviMaligno/postgres_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "javimaligno-postgresmcp-2": {
      "command": "npx",
      "args": [
        "-y",
        "JaviMaligno/postgres_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
JaviMaligno