MCP.so
登录

AWS PostgreSQL MCP Server

@T1nker-1220

关于 AWS PostgreSQL MCP Server

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

T1nker-1220

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

云与基础设施 分类下的更多 MCP 服务器