AWS PostgreSQL MCP Server
@T1nker-1220
About AWS PostgreSQL MCP Server
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
🐋 Docker MCP server
ckreilingMCP server for Docker
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Comments