Loading languages...
T1

T1nker-1220/aws-postgress-mcp-server

@T1nker-1220

A Model Context Protocol (MCP) server providing read-only SQL query access to an AWS PostgreSQL database via the `query` tool. Configuration uses environment variables.

aws
postgresql
stdio
read-only
sql
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "aws-postgres-mcp-server": {
      "command": "node",
      "args": [
        "C:\\Users\\NATH\\Documents\\Cline\\MCP\\aws-postgress-mcp-server\\build\\index.js"
      ],
      "env": {
        "DB_HOST": "YOUR_HOST.rds.amazonaws.com",
        "DB_PORT": "5432",
        "DB_NAME": "YOUR_DB_NAME",
        "DB_USER": "YOUR_DB_USER",
        "DB_PASSWORD": "YOUR_PASSWORD"
      },
      "transportType": "stdio",
      "disabled": false,
      "autoApprove": []
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
اللغة:
JavaScript
تم الإنشاء:4/23/2025
تم التحديث:4/24/2025