Back to directory
Pratye/MEC-Postgres

Pratye/MEC-Postgres

@Pratye0

A Model Context Protocol server providing read and write access to PostgreSQL databases, enabling LLMs to inspect schemas and execute queries.

postgrespostgresqldatabase

Installation & Configuration

{
  "mcpServers": {
    "postgres": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/postgres",
        "postgresql://host.docker.internal:5432/mydb"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/16
Updated
2025/4/16