Back to directory
javimaligno/postgres_mcp

javimaligno/postgres_mcp

@JaviMaligno10534

MCP server for PostgreSQL database operations with TypeScript and Python implementations, featuring query execution, schema exploration, and performance analysis tools.

postgresqldatabasesqlmcptypescriptpythonqueryschema

Installation & Configuration

{
  "command": "npx",
  "args": [
    "postgresql-mcp"
  ],
  "env": {
    "POSTGRES_HOST": "localhost",
    "POSTGRES_PORT": "5432",
    "POSTGRES_USER": "your_user",
    "POSTGRES_PASSWORD": "your_password",
    "POSTGRES_DB": "your_database"
  }
}

Information

Transport
stdio
Language
Python
Created
2025/7/4
Updated
2026/8/3