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
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.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments