Back to directory
javimaligno/postgres_mcp

javimaligno/postgres_mcp

@JaviMaligno

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
2026/6/11
Updated
2026/6/12