AWS PostgreSQL MCP Server
@T1nker-1220
关于 AWS PostgreSQL MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
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
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
评论