AWS PostgreSQL MCP Server
@T1nker-1220
About AWS PostgreSQL MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AWS PostgreSQL MCP Server?
It is a Model Context Protocol (MCP) server that provides read-only SQL query access to an AWS PostgreSQL database via the query tool. Designed for use with MCP-compatible clients such as Cline or Windsurf.
How to use AWS PostgreSQL MCP Server?
Clone the repository, run pnpm install and pnpm run build, then add the server to your MCP client’s settings file with your database credentials in the env object. Once configured, invoke the query tool with a SQL statement to retrieve data.
Key features of AWS PostgreSQL MCP Server
- Read-only SQL query tool (SELECT, SHOW, etc.)
- Easy configuration via environment variables
- Seamless integration with MCP clients (Cline, Windsurf)
- Uses stdio transport
- Enforces read-only operations to prevent data modification
Use cases of AWS PostgreSQL MCP Server
- Querying database schema and metadata
- Running ad-hoc reports without write access
- Integrating with AI assistants for database exploration
- Providing safe, read-only access to PostgreSQL on AWS
FAQ from AWS PostgreSQL MCP Server
What type of queries does the server support?
Only read-only queries such as SELECT and SHOW. Write operations are not allowed.
How do I configure the database connection?
Set the environment variables DB_HOST, DB_PORT, DB_NAME, DB_USER, and DB_PASSWORD in the MCP client’s settings file.
What transport protocol does the server use?
The server uses stdio transport.
Where are the database credentials stored?
They are stored in the env object of the MCP client’s configuration file.
Does the server support write operations?
No, it is strictly read-only to prevent data modification.
More Cloud & Infrastructure MCP servers

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Supabase MCP Server
coleam00Supabase MCP server created in Python.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments