Loading languages...
PR

Pratye/MEC-Postgres

@Pratye

MCP Server for Postgres with both Read and Write capabilities.

postgres
postgresql
database

# mcpServer Config

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

# stdio

docker run -i --rm mcp/postgres postgresql://host.docker.internal:5432/mydb
Transport:
stdio
语言:
JavaScript
创建时间:4/16/2025
更新时间:4/16/2025